COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-52
Message List
181 (057)
Cause. A Guardian error nnn was returned during OPEN,
COBOL_SPECIAL_OPEN_, COBOL85^SPECIAL^OPEN, or COBOLSPOOLOPEN
processing.
Effect. The OPEN statement or the call to COBOL_SPECIAL_OPEN_,
COBOL85^SPECIAL^OPEN, or COBOLSPOOLOPEN 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.
182 (058)
Cause. During the execution of an OPEN statement, the prime key offset in the
COBOL program does not correspond to the prime key in the physical file that is
assigned.
Effect. The OPEN statement is unsuccessful with I-O status code “39.”
Recovery. Correct either the program or the FUP CREATE or other process that
created the file.
183 (059)
Cause. During the execution of an OPEN statement, the prime key size in the COBOL
program does not correspond to the prime key in the physical file that is assigned.
Effect. The OPEN statement is unsuccessful with I-O status code “39.”
Recovery. Correct either the program or the FUP CREATE or other process that
created the file.
184 (060)
Cause. During the execution of an OPEN statement, the attempt to purge a file (the
purge is due to some attribute conflicts) failed with Guardian error nnn.
Effect. The OPEN statement is unsuccessful with I-O status code “30”.
OPEN operation failed with error nnn
Primary key offset in program does not match file
Primary key size in program does not match file
Purge of file during OPEN failed with error nnn