MPE/iX Intrinsics Reference Manual (32650-90875)
Chapter 4 117
Command Definitions (ABORTSESS - FCLOSE)
FCHECK
486 Invalid file type
487 Lock type and file access incompatible
488 Conflicting read format
489 Tthe file type is not a symbolic link file
490 Tried to reply to waiters and none were found
491 Trying to deallocate a PLFD that is locked by another thread
492 Trying to deallocate a PLFD that isn't locked by your thread
493 An invalid operation for threads
494 A read or write operation was interrupted by a signal
495 Exec call failed because a file could not be closed
496 Open was interrupted by a signal and wasn't completed
Operation Notes
FCHECK is used to determine the error conditions of the last failed FOPEN intrinsic call (even
if a file number was not returned) by setting the
filenum
parameter to zero. In this case,
only
fserrorcode
returns valid information.
Do not use FCHECK to determine error conditions of a last failed HPFOPEN call; error
conditions are returned in the HPFOPEN
status
parameter.
Condition Codes
CCE (2) Request granted.
CCG (0) Not returned.
CCL (1) Request denied. The file number passed by
filenum
is invalid, or a bounds
violation occurred while processing this request (
fserrorcode
=73).
Related Information
Manuals Accessing Files Programmer's Guide, Using KSAM XL , and Asynchronous
Serial Communications Programmer's Reference Manual