COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-11
How to Use the Message List
When corresponding CRE and COBOL messages have different texts, they are listed
this way:
CRE Number
(COBOL85 Number)
Cause. Cause of the error.
Effect. What the run-time routines did.
Recovery. Suggestions for recovering from the error or preventing its recurrence.
CRE message text
COBOL message text
Table 48-1. COBOL Message Mapping (page1of5)
Msg. No.
Original Message TextOriginal CRE
001 125 OCCURS DEPENDING ON data item out of range
002 126 Extended address parameter passed where byte or 2-byte address
expected
003 127 CALL references an active program
004 128 Reference modifier out of range
005 129 Improper context for RELEASE statement
006 130 Improper context for RETURN statement
007 131 S location at end of paragraph not equal to that at beginning
008 132 SORT or MERGE statement executed while SORT or MERGE
active
009 133 Subscript out of range
010 134 GO TO statement not initialized
011 135 ACCEPT or DISPLAY requested for an unsupported device
012 17 Space allocation for ACCEPT or DISPLAY failed
013 136 Input-output error nnn on ACCEPT or DISPLAY device
014 25 File not uniquely identified in ASSIGN command
015 26 PARAM argument not recognized or not permitted
016 137 Called program not found
017 138 CANCEL references an active program
018 139 Cancelled program not found
* Original COBOL message 121 maps into CRE messages numbers one through nine.