RNF3449

Array length is bigger than file record length; specification ignored.

30

Cause . . . . . : If the array or table is loaded at pre-run-time, the sum of the lengths of the main array and alternate array is greater than the record length of the FROMFILE file or TOFILE file. If the array or table is loaded at compile-time, the sum of the lengths of the main array and alternate array is greater than 100.

Recovery . . . : Change the specification so that the sum of the lengths of the main and alternate array when multiplied by the PERRCD parameter is less than the record length of the FROMFILE file or TOFILE file. Compile again.