COBOL Messages


LNC0858

%1 integer data item is signed. Accepted.

20

Cause . . . . . : The integer data item you specify in the DEPENDING ON phrase of the RECORD clause should be declared as unsigned.

Recovery . . . : Change your program so that the DEPENDING ON data item is unsigned.


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