MPE/iX Input-Output Error Messages [ HP Micro Focus COBOL/iX Implementation Notes ] MPE/iX 5.0 Documentation
HP Micro Focus COBOL/iX Implementation Notes
MPE/iX Input-Output Error Messages
If the run-time system calls an MPE/iX routine (intrinsic) that fails,
you may see an error message in the following format:
[REV BEG]
routine_name call for control code mmm failed; fserror=nn
where:
routine_name is an MPE/iX routine that failed.
mmm is the control code for the operation requested by
routine_name.
nn is a file system error code number returned by
routine_name.
[REV END]
For example, if you run an ADIS application from a session connected
through vt3k, you will see the following message:
FDEVICECONTROL call for control code 192 failed; fserror=68
For a list of file system error codes, refer to the table in the FCHECK
section of the MPE/iX Intrinsics Reference Manual.
MPE/iX 5.0 Documentation