RNF7092

BLOCK(*YES) is specified for the file but record blocking will not be done.

10

Cause . . . . . : Record blocking cannot be done even though BLOCK(*YES) is specified, since at least one of the following operation codes are used in the file: READE, READPE and READP.

Recovery . . . : Either change the programming logic so that these operation codes are not used, remove the keyword BLOCK, or specify BLOCK(*NO). Compile again.