COBOL Messages


LNC1260

ON EXCEPTION (or NOT ON EXCEPTION) not allowed in this format of the ACCEPT statement.

30

Cause . . . . . : Your ACCEPT statement contains an ON EXCEPTION (or NOT ON EXCEPTION) clause, but the statement is not an extended, PIP data area, or data area ACCEPT statement.

Recovery . . . : You can use an ON EXCEPTION (or NOT ON EXCEPTION) clause in an extended, PIP data area, or data area ACCEPT statement only. Remove this clause or change the format of your ACCEPT statement.


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