DSNU328I csect-name CANNOT PROCESS THE NON-EMPTY PARTITION nn WITH RESUME(NO). PROCESSING TERMINATES

Explanation

The partition level RESUME keyword either specified or defaulted to a value of NO, which requires the partition to be empty. However, the LOAD command named partition 'nn', which was not empty.

System action

Further utility processing is terminated.

System programmer response

Determine whether the partition should be empty. If it should, use SQL DELETE to empty it. Otherwise, instruct the user to use the RESUME(YES) option for that partition.

User response

Determine why the assumption of an empty partition was wrong. This may require consultation with the system programmer. Either remove the current partition's rows using an SQL DELETE, or change the LOAD option to RESUME YES. Resubmit the job.

Severity

8 (error)