COBOL Messages


LNC0778

Identifier %1 and file %2 cannot use same storage areas. FROM phrase accepted.

20

Cause . . . . . : In a WRITE or REWRITE statement with a FROM identifier specified, the FROM identifier and the record area for the WRITE/REWRITE file must occupy different storage areas.

Recovery . . . : Make the FROM identifier and the WRITE/REWRITE file record area occupy different storage areas.


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