DSNU1034I csect-name - primary-secondary SPACE units quantity TOO LARGE FOR DATA SET name
Explanation
The TEMPLATE PRIMARY or SECONDARY SPACE quantity indicated is too large. It is not possible to dynamically allocate a data set larger than 16 777 215 units.
System action
Utility processing for the current object halts. If a list is being processed, utility processing of the next object will proceed or halt based on the OPTIONS ITEMERROR control statement. By default, execution will HALT.
User response
The Db2-calculated required space is too large to be dynamically allocated in the units shown. If the primary allocation is too large, use the PCTPRIME keyword to reduce the primary and increase the secondary. If the secondary allocation is too large, use the NBRSECND keyword to increase the number of secondary allocations. It is not possible to use TEMPLATE dynamic allocation for data sets larger than 16×(16 777 215) MB. If an object requires a data set of this size it must be processed individually using a DD card, not a template.
Severity
8 (error)