COBOL Messages


LNC1325

%1 not valid and ignored, processing continues at next verb or procedure-name in Area A.

30

Cause . . . . . : The last valid item found in a statement was found before %1. A COBOL statement in the procedure division must begin with a COBOL verb or procedure/section name. Possibly a reserved word was improperly used.

Recovery . . . : Add missing items, correct misspelled items, or move misplaced items and ensure that the statement is correct.


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