Default: ALL
Purpose
The DISCARDMAX
parameter specifies the number of discard records to allow before data loading is terminated.
Syntax and Description
DISCARDMAX=n
To stop on the first discarded record, specify a value of 0.
If DISCARDMAX
is specified, but the DISCARD
parameter is not, then the name of the discard file is the name of the data file with an extension of .dsc
.
Example
The following example allows 25 records to be discarded during the load before it is terminated.
DISCARDMAX=25