COBOL Messages


LNC1634

Identifier %1 is not an elementary numeric integer item. Statement ignored.

30

Cause . . . . . : To use an identifier in this situation, you must describe it in the Data Division as an elementary numeric item. It must not have a decimal, and it must not be reference modified.

Recovery . . . : Change the description of the identifier, use a different identifier that is valid, or do not reference modify the valid identifier.


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