COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-68
Message List
none (075)
Cause. The program has two files open that are assigned to the same physical file
and is attempting to close one with the LOCK phrase.
Effect. The CLOSE statement is successful. The open file is not locked.
Recovery. Correct the program.
none (091)
Cause. The file-control entry for an external file in one program differs from that in
another. These entries must be the same.
Effect. The run unit terminates abnormally.
Recovery. Correct the file-control entry.
none (103)
Cause. Blocking is specified for a file (either through BLOCKLEN in a DEFINE for the
file or in the File Description for the file), and the records are not an even number of
characters in length.
Effect. The OPEN statement is unsuccessful with I-O status code “90.”
Recovery. Before running this program again, verify that the DEFINE in the
environment is correct or correct the file description.
none (105)
Cause. The initial processing of the PARAM EXECUTION-LOG was unable to obtain
space for its file block.
Effect. The run unit terminates abnormally.
Recovery. Rebind or relink the program using the DATA PAGES option in the BUILD
command to get more space. You can also use the MEM parameter of the RUN
command to increase the available space.
CLOSE LOCK while same file open elsewhere in run unit
Descriptions for the same external file differ
Blocking not permitted for odd length records
No space for PARAM EXECUTION-LOG file block