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

Recovery
Correct the program.
130
Improper context for RETURN statement
Cause
A RETURN statement was executed when a SORT or MERGE output procedure was not executing.
Effect
The run unit is terminated abnormally.
Recovery
Correct the program.
132
SORT or MERGE statement executed while SORT or MERGE active
Cause
A SORT or MERGE statement was executed while a SORT or MERGE input or output procedure
was being executed.
Effect
The run unit terminates abnormally.
Recovery
Correct the program.
133
Subscript out of range
Cause
A subscript is zero, negative, or exceeds the maximum number of occurrences allowed for the
data item.
Effect
The run unit terminates abnormally.
Recovery
Correct the program.
134
GO TO statement not initialized
Cause
The program attempted to execute a paragraph consisting solely of a GO TO statement that
does not specify a procedure name, but no ALTER statement had as yet been executed to establish
the procedure name.
Effect
The run unit terminates abnormally.
Recovery
Correct the program.
135
ACCEPT or DISPLAY requested for an unsupported device
1198 Run-Time Diagnostic Messages