Prints a file information display on a job/session list device.
Syntax |
 |
Use |
 |
The PRINTFILEINFO intrinsic causes MPE/iX to print a file
information display on the standard list device. You can use this
intrinsic to display error information after a condition code of
CCG or CCL is returned. The display, sometimes referred to as the
tombstone, appears in one of two formats, depending on whether or
not the file whose number is specified in filenum was opened at
the time the error occurred. See the MPE/iX Intrinsics
Reference Manual for examples of the two formats.
Parameters |
 |
- filenum
16-bit signed integer by value (required)
The file number of the file about which you are requesting
information.
The PRINTFILEINFO intrinsic does not alter the condition code.
Additional Information |
 |
See the discussion of print formats and writing a file system
error check procedure in Getting System Information.
See also the MPE/iX Intrinsics Reference Manual.