COBOL Messages


LNC1552

VALUE clause for pointer %1 is not valid. VALUE clause ignored.

30

Cause . . . . . : A pointer, procedure-pointer, and object reference data item can only contain the figurative constant NULL (or NULLS) in the VALUE clause.

Recovery . . . : Remove the VALUE clause from the item, or use NULL or NULLS in the VALUE clause.


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