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

Table 49 I-O Status Codes Augmented by GUARDIAN-ERR (continued)
Cause of Status CodeCOBOL Statement(s)GUARDIAN-ERR ValueStatus Code
File is fullWRITE45
Invalid (duplicated) key
specified)
WRITE46
Fatal error on WRITE to write
final block, or to write held
CLOSExxx“30”
spacing or record for print
files, or attempt to write tape
marks on tape failed
Reel swap failedCLOSE REELxxx
Attempt to position failed, or
attempt to delete record
DELETExxx
failed, or attempt to
reposition after deletion
failed
Attempt to lock/unlock file
or record failed
LOCK, UNLOCKxxx
Wait on preread of file
failed
LOCK, UNLOCKxxx
System open failed; position
for EXTEND failed; purge for
OPENxxx
existing file failed; create for
nonexistent file failed; or
other system call failed
System error on readREAD randomxxx
System error on read; reel
swap failed
READ sequentialxxx
System error on position
request; replace failed
REWRITExxx
System error on position
request
STARTxxx
System error on various
operations
WRITExxx
Opening for OUTPUT, I-O or
EXTEND on file with
OPEN11
alternate keys when no FUP
CREATE has been done to
create file
The node that file is on is not
up
OPEN18
Operation timed outLOCKFILE, READ, START40
Record in file lockedLOCKFILE, READ, START73
File is fullCLOSE, WRITE45“34”
Opening for INPUT, I-O, or
EXTEND on nonexistent file:
OPTIONAL not specified
OPEN11“35”
Opening for INPUT, I-O, or
EXTEND on temporary file:
OPEN14
device does not exist, and
OPTIONAL not specified
Input-Output 253