RNF7305

Array or table is too big for compile-time or prerun-time loading.

20

Cause . . . . . : The array or table is defined as with compile-time or prerun-time loading, but the record length of the file is too small to contain one element of the array or table. If an alternating-format array or table is specified, the record length of the file is too small to contain one element for both arrays or tables. The array or table defaults to run-time loading.

Recovery . . . : Change the definition of the main array or table or the alternating array or table; or increase the record length of the file such that the data is contained entirely with the data record. Compile again.