COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-63
Message List
Recovery. You can use the command interpreter ERROR command to discover the
meaning of the Guardian error number. The message might suggest a corrective
action.
223 (102)
Cause. A DEFINE command is required if LABEL RECORDS STANDARD is specified
in the File Definition.
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.
224 (111)
Cause. The call to PositionEdit made during the OPEN processing for an EDIT file
failed with Guardian error nnn.
Effect. The OPEN statement is unsuccessful with I-O status code “30.”
Recovery. You can use the command interpreter ERROR command to discover the
meaning of the Guardian error number. The message might suggest a corrective
action.
225 (112)
Cause. The end of file on an unstructured file being opened for EXTEND is not a
multiple of the record size.
Effect. The OPEN statement is unsuccessful with an I-O status code “30.”
Recovery. If an incorrect file was assigned, assign the correct one. Otherwise, you
must take some action to repair the file.
DEFINE required for LABEL RECORDS STANDARD
PositionEdit failed with error nnn
Size of unstructured file opened EXTEND not multiple of
record size