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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-25
Message List
130
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
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
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
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.
Improper context for RETURN statement
SORT or MERGE statement executed while SORT or MERGE active
Subscript out of range
GO TO statement not initialized