COBOL Messages


LNC1619

Identifier %1 and file/record %2 cannot use same storage. Statement ignored.

30

Cause . . . . . : In a RELEASE statement, the record-name and FROM identifier cannot occupy the same storage area. In a RETURN statement, the file-name record and INTO identifier must occupy different storage areas.

Recovery . . . : For a RELEASE statement remove the FROM phrase, or specify a FROM identifier that does not occupy the same storage as the record-name. For a RETURN statement remove the INTO phrase, or specify an INTO identifier that does not occupy the same storage as the file-name record.


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