COBOL Messages


LNC1490

%1 not in DECLARATIVES section, but referred by DECLARATIVES. Statement ignored.

30

Cause . . . . . : The GO TO, ALTER, or PERFORM statement in the DECLARATIVES section cannot refer to procedure-names defined in the nondeclarative portion of the program.

Recovery . . . : Change the program logic so that the program does not refer to procedures outside of the DECLARATIVES section.


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