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

198
START operation failed with error nnn
Cause
The attempt to read the selected record during execution of a START statement failed with
Guardian error nnn.
Effect
The START statement is unsuccessful with I-O status code “30.
Recovery
Type ERROR nnn to see the meaning of the Guardian error; it might indicate corrective action.
199
START positioning failed with error nnn
Cause
The attempt to position the file during execution of a START statement failed with Guardian error
nnn.
Effect
The START statement is unsuccessful with I-O status code “30.
Recovery
Type ERROR nnn to see the meaning of the Guardian error; it might indicate corrective action.
200
Wrong open mode for START
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
System node not available or does not exist
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
LOCKFILE, UNLOCKFILE or UNLOCKRECORD on a file that is not open
Cause
The file referenced in a LOCKFILE, UNLOCKFILE, or UNLOCKRECORD statement is not open.
1214 Run-Time Diagnostic Messages