COBOL Messages


LNC0356

Reference modifying %1 is not valid in this context. Statement ignored.

10

Cause . . . . . : %1 was reference modified where reference modification was not allowed. Reason Code %2 caused this message.

'0' No further information is available.

'1' Reference modification was nested. A data item, in a reference modification starting position, or length specification, cannot be reference modified.

'2' A record name in an I-O statement was reference modified. Record-name-1 in RELEASE, REWRITE, and WRITE statements cannot be reference modified.

'3' A key of a START statement was reference modified. Only the last key of a START statement can be reference modified.

'4' A key of a READ statement was reference modified. A key in a READ statement cannot be reference modified.

'5' A data item defined using a TYPE clause was reference modified. Such a data item cannot be reference modified.

Recovery . . . : Remove the reference modification from the data item.


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