COBOL Manual for TNS/E Programs (H06.03+)
Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
48-38
Message List
180
Cause. The COBOL program describes the file as ORGANIZATION RELATIVE or
INDEXED, but the assigned file is not a structured disk file. Only structured disk files
can be assigned to RELATIVE or INDEXED COBOL files.
Effect. The OPEN statement is unsuccessful with I-O status code “39.”
Recovery. Assign the correct file or correct the file description in the program.
181
Cause. A Guardian error nnn was returned during OPEN or
COBOL_SPECIAL_OPEN_ processing.
Effect. The OPEN statement or the call to COBOL_SPECIAL_OPEN_ 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
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
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.
Non-disk or unstructured file and not sequential organization
OPEN operation failed with error nnn
Primary key offset in program does not match file
Primary key size in program does not match file










