COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-39
Message List
131 (007)
Cause. This message should never occur, because it indicates a compiler problem. It
signals that some code generated in the preceding paragraph changed the S register
setting and did not reset it.
Effect. The run unit terminates abnormally.
Recovery. Report it to your service provider.
132 (008)
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 (009)
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 (010)
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.
S location at end of paragraph not equal to that at beginning
SORT or MERGE statement executed while SORT or MERGE active
Subscript out of range
GO TO statement not initialized