COBOL Manual for TNS/E Programs (H06.03+)
Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
48-3
Input-Output Error Messages
Input-Output Error Messages
An input-output error message refers to a COBOL file or to a device specified in an
ACCEPT or DISPLAY statement. An input-output error message has additional
messages that report:
•
A Guardian error number
•
A line identifying the file that caused the error
SORT Error Messages
A SORT error message arises from a SORT, RELEASE, or RETURN statement. A
SORT error message is followed by a SORT diagnostic line. For explanation of the
SORT diagnostic line, see the FastSort Manual.
Guardian Abnormal Termination Messages
A Guardian abnormal termination message results from circumstances that cause the
Guardian environment to terminate the execution of a run unit. The operating
environment delivers its own message—the Guardian abnormal termination
message—after (or instead of) delivering a COBOL run-time diagnostic message. A
Guardian abnormal termination message is more cryptic than a COBOL run-time
diagnostic message.
Here is a typical Guardian abnormal termination message:
ABENDED: 10,355
CPU time: 0:00:00.005
3: Premature process termination with fatal errors or
diagnostics
The run unit was operating in an environment with traps armed, and an arithmetic
overflow occurred. The Guardian environment placed the job into the selected
debugger. You can use the “#X + 77I” information to find out where in the source
program the problem arose.
Example 48-1. Input-Output Error Message
\DRP12.$:0:622:163577460 - *** Run-time Error 181 ***
\DRP12.$:0:622:163577460 - OPEN operation failed with error 48
\DRP12.$:0:622:163577460 - File BWORK = \DRP12.$DATA4.PTR.GRIP, closed
\DRP12.$:0:622:163577460 - From COBLIB_IO_ERROR_ + 0x660 (DLL zcobdll)
\DRP12.$:0:622:163577460 - COBLIB_OPEN_ + 0x5120 (DLL zcobdll)
\DRP12.$:0:622:163577460 - .BBB + 0x1C0 (UCr)
\DRP12.$:0:622:163577460 - .AAA + 0x90 (UCr)
\DRP12.$:0:622:163577460 - MANE + 0x130 (UCr)










