PERRCD value for array or table is too big.
30
Cause . . . . . : The value of the parameter for keyword PERRCD for the array or table definition is too big. The PERRCD value multiplied by the size of one array or table element must not exceed the length of the data record for the file containing the data for initialization. For a compile-time array or table, the data must fit within the 100 character source record. For an array with an alternating array defined (using keyword ALT), the PERRCD value must be defined such that the data record can contain data for both the main and alternating array. The array or table is dropped.
Recovery . . . : Change the definition of the main array or table or the alternating array or table such that the data is contained entirely with the data record. Compile again.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.