COBOL Messages


LNC0314

Linkage Section item %1 not in USING statement, and its ADDRESS OF special register was never set.

10

Cause . . . . . : %1 is defined in the Linkage Section as a level-01 or level-77 item, but it does not appear in the USING phrase of the Procedure Division header, and its ADDRESS OF special register is never modified.

Recovery . . . : Move the item to the Working-Storage Section, add it to the Procedure Division USING header, or set the items ADDRESS OF special register.


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