COBOL Messages


LNC0267

Conflicting phrases %1 and %2 specified in the WITH clause of an ACCEPT statement. %2 ignored.

20

Cause . . . . . : An extended ACCEPT statement contains a WITH clause that has two conflicting phrases. When two phrases conflict, only the first phrase is used. Because %1 and %2 are conflicting phrases, only %1 is used.

Recovery . . . : Remove one of the two conflicting phrases from the WITH clause.


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