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

139
Cancelled program not found
Cause
The program referenced in a CANCEL statement with identifier specified could not be located.
It must be present in the run unit or in the TNS or user library, and must be within the scope of
the CANCEL statement.
Effect
The run unit continues.
Recovery
Correct the program. Reduce the number of files that are open simultaneously.
140
Record referenced in RELEASE statement not in SD of SORT or MERGE
statement
Cause
The record-name referenced in a RELEASE statement is not associated with the file name that
was referenced in the currently active SORT or MERGE statement.
Effect
The run unit terminates abnormally.
Recovery
Correct the source program logic.
141
File referenced in RETURN statement not in SD of SORT or MERGE statement
Cause
The file name referenced in a RETURN statement is not the file name that was referenced in the
currently active SORT or MERGE statement.
Effect
The run unit terminates abnormally.
Recovery
Correct the source program logic.
142
RELEASE operation failed - SORTMERGE message follows
Cause
During the execution of a RELEASE statement in a SORT input procedure, the FastSort utility
returned an error. The message from FastSort follows on the next line.
Effect
The run unit terminates abnormally.
Recovery
Action depends on the message FastSort returns. See the FastSort Manual for the meaning of
these messages.
143
RETURN operation failed - SORTMERGE message follows
1200 Run-Time Diagnostic Messages