COBOL Messages


LNC2314

EXTERNAL attribute missing for %1.

30

Cause . . . . . : File %2 is EXTERNAL. Any data-name specified in a %3 clause associated with file %2 must be EXTERNAL too, else the runtime behavior of the program will be unpredictable.

Recovery . . . : Define %1 as EXTERNAL.


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