COBOL Manual for TNS/E Programs (H06.03+)

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-24
Message List
125
Cause. The data item referenced in an OCCURS DEPENDING clause is either less
than the minimum or greater than the maximum number of occurrences.
Effect. The run unit terminates abnormally.
Recovery. Either change the maximum or minimum number of occurrences in the
OCCURS clause or correct the program so that the DEPENDING data item has a legal
value.
127
Cause. A CALL statement is recursive—it references a program that has been called
but has not executed an EXIT PROGRAM statement.
Effect. The run unit terminates abnormally.
Recovery. Correct the program.
128
Cause. Either the leftmost character position is out of range (negative, zero, or greater
than the number of characters in the data item), or the length is improper (negative,
zero, or greater than the sum of leftmost character position minus the original item size
plus 1).
Effect. The run unit is terminated abnormally.
Recovery. Correct the program.
129
Cause. A RELEASE statement was executed when a SORT input procedure was not
executing.
Effect. The run unit is terminated abnormally.
Recovery. Correct the program.
OCCURS DEPENDING ON data item out of range
CALL references an active program
Reference modifier out of range
Improper context for RELEASE statement