COBOL Manual for TNS/E Programs (H06.03+)
Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
48-6
Message List
Message List
The run-time diagnostic messages associated with COBOL85, in numeric order by
CRE message number, are:
1
Cause. The CRE trap processing function was called with an unknown trap number.
Effect. The run unit terminates abnormally.
Recovery. Check the program’s logic. Use the selected debugger to help isolate the
problem or consult your system administrator.
2
Cause. An address was specified that was not within either the virtual code area or
the virtual data area allocated to the process. In most cases, a subscript or reference
modifier was out of bounds.
Effect. The run unit terminates abnormally.
Recovery. Try recompiling with the CHECK 3 directive.
3
Cause. An attempt was made to:
•
Execute a code word that is not an instruction
•
Execute a privileged instruction by a nonprivileged process
•
Reference an illegal extended address
In most cases, a compiler error or a subscript or reference modifier was out of bounds.
Effect. The run unit terminates abnormally.
Recovery. Try recompiling with the CHECK 3 directive.
Unknown trap
Illegal address reference
Instruction failure










