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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-31
Message List
152
Cause. The physical file assigned by the OPEN statement is not a structured disk file,
but the COBOL program described it with alternate keys. Alternate keys are allowed
only on structured disk files.
Effect. The OPEN statement is unsuccessful with I-O status code “39.”
Recovery. Either correct the program or assign the proper file.
153
Cause. During the attempt to create a new file during the execution of an OPEN
statement, Guardian error nnn was returned by the operating environment.
Effect. The OPEN 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.
154
Cause. A DELETE statement was executed on a file with ACCESS MODE
SEQUENTIAL, and the preceding statement was not a successful READ statement.
Effect. The DELETE statement is unsuccessful with I-O status code “43.”
Recovery. Correct the program.
155
Cause. The file positioning request issued during the processing of a DELETE
statement was rejected with Guardian error nnn.
Effect. The DELETE 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.
OPEN on a non-disk file that is specified with alternate keys
Create of new file failed with error nnn
Sequential DELETE must follow successful READ
DELETE positioning failed with error nnn