COBOL Messages


LNC1276

VALUE not permitted for variables longer than %1. VALUE accepted.

30

Cause . . . . . : The VALUE clause can only be used for data items no longer than %1 characters. The VALUE clause accepted.

Recovery . . . : Either define the data item so that it is %1 characters or shorter, or remove the VALUE clause and use a MOVE statement to place a value in the data item.


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