HPlogo Asynchronous Serial Communications Programmer's Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 8 Intrinsics Reference

PRINTFILEINFO

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Prints a file information display on a job/session list device.

Syntax

                 I16V
PRINTFILEINFO(filenum);

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.

Condition Codes

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.

Feedback to webmaster