COBOL Messages


LNC1293

Non-edited numeric data items that contain the picture character P are not supported by the ACCEPT.

30

Cause . . . . . : This statement tries to accept a non-edited numeric data item whose PICTURE clause contains the scaling position character P. This type of numeric data item is not supported by the extended ACCEPT statement.

Recovery . . . : Make sure that any non-edited numeric data items you use in an extended ACCEPT statement do not contain scaling position characters.


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