COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-57
Message List
200 (078)
Cause. The file referenced in a START statement is not open for INPUT or I-O.
Effect. The START statement is unsuccessful with I-O status code “47.”
Recovery. Correct the program.
201 (079)
Cause. During the processing of an OPEN statement referencing a file that is
assigned to a system node (the ASSIGN phrase includes “\xxx ” in the file name),
Guardian indicated that the system is not up or does not exist.
Effect. The OPEN statement is unsuccessful with I-O status code “30.”
Recovery. Either assign to the correct system node or determine why the node is not
responding.
202 (080)
Cause. The file referenced in a LOCKFILE, UNLOCKFILE, or UNLOCKRECORD
statement is not open.
Effect. The statement is unsuccessful with I-O status code “42.”
Recovery. Correct the program.
203 (081)
Cause. An unstructured file is assigned to a COBOL file name whose RECORD
CONTAINS clause in the file description indicates that the records are variable.
Effect. The OPEN statement is unsuccessful with I-O status code “39.”
Recovery. Either correct the RECORD CONTAINS clause or assign the correct file.
Wrong open mode for START
System node not available or does not exist
LOCKFILE, UNLOCKFILE or UNLOCKRECORD on a file that is not
open
OPEN on unstructured file described without fixed length
records