DSNU330I csect-name TABLESPACE IS NOT EMPTY

Explanation

The RESUME keyword either specified or defaulted to a value of 'NO', which requires an empty table space. However, the LOAD command named a table space that was not empty.

System action

Further utility processing is terminated.

System programmer response

If the table space is used by more than one application, determine whether the table space should be empty. If it should be, use SQL DELETE to make it empty. Otherwise, instruct the user to use the RESUME(YES) option.

User response

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

Severity

8 (error)