COBOL Messages


LNC2540

PICTURE string %1 is invalid with LOCALE phrase. LOCALE phrase ignored.

30

Cause . . . . . : A PICTURE string with a LOCALE phrase can only contain the PICTURE symbols '9', '.', '+', and the currency symbol. There may be at most one occurrence each of '.', '+', and the currency symbol, and certain precedence rules apply.

Recovery . . . : Either remove the LOCALE phrase, or specify a PICTURE string which contains the PICTURE symbol '9', and at most one occurrence of the PICTURE symbols '.', '+', and the currency symbol. Ensure that the PICTURE string obeys the precedence rules listed in the Reference Manual.


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