COBOL Messages


LNC0847

%1 integer data item is signed. Accepted.

20

Cause . . . . . : The integer data item you specify in the %1 clause should be declared as unsigned.

Recovery . . . : Change your program so that the %1 data item is unsigned.


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