COBOL Messages


LNC1409

%1 incompatible with given %2.

30

Cause . . . . . : The indicated verb or phrase does not agree with the access method or organization specified for a file. When the phrase is the NEXT MODIFIED phrase, the SUBFILE phrase is missing from the TRANSACTION file READ statement.

Recovery . . . : Remove the given phrase or change your file control entry for this file by choosing a compatible access method or organization. Supply the SUBFILE phrase with the NEXT MODIFIED phrase on a TRANSACTION file sequential READ statement.


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