COBOL Messages


LNC1631

Incompatible OPEN mode used on OPTIONAL file %1. Statement ignored.

30

Cause . . . . . : A file specified as OPTIONAL by the SELECT statement in the FILE-CONTROL paragraph was opened with an incompatible OPEN mode using the *CRTF compilation option. If the device type is DISK, the file must be opened INPUT, I-O or EXTEND. No other device types are allowed for OPTIONAL files when using the *CRTF compilation option.

Recovery . . . : Ensure that the OPEN mode you specify is correct for the device type of the OPTIONAL file you are using.


[ Top of Page | Previous Page | Next Page | Table of Contents ]