COBOL Messages


LNC0650

Blocking/Deblocking for file %1 will be performed by compiler-generated code.

0

Cause . . . . . : When records in this file are written or read between the program and the operating system, they travel in blocks, rather than individually.

Recovery . . . : To avoid boundary problems, use a file access of other than SEQUENTIAL, or use the SIZE option of the CRTPF or CHGPF command to specify an adequate member size.


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