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

Cause
An ECOBOL object is being run on a system that does not contain the run-time library. Instead,
a “stub” is installed and it produces the diagnostic.
Effect
The run unit terminates abnormally.
Recovery
Ensure that either T0356 or T0357 is licensed to the system and installed correctly.
125
OCCURS DEPENDING ON data item out of range
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
CALL references an active program
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
Reference modifier out of range
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
Improper context for RELEASE statement
Cause
A RELEASE statement was executed when a SORT input procedure was not executing.
Effect
The run unit is terminated abnormally.
Message List 1197