COBOL Messages


LNC0660

SIZE phrase contains %1. Should contain unsigned numeric integer.

10

Cause . . . . . : The data item in the SIZE phrase should be an unsigned numeric integer. The sign has been ignored, and the absolute value of the integer portion has been taken.

Recovery . . . : Define data item %1 as an unsigned numeric integer.


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