COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-41
Message List
138 (017)
Cause. The program referenced in a CANCEL statement has been called but has not
executed an EXIT PROGRAM (it is still active).
Effect. The run unit terminates abnormally.
Recovery. Correct the program. Reduce the number of files that are open
simultaneously.
139 (018)
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 (108)
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 (109)
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.
CANCEL references an active program
Cancelled program not found
Record referenced in RELEASE statement not in SD of SORT or
MERGE statement
File referenced in RETURN statement not in SD of SORT or
MERGE statement