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.
FL 509 If Db2 issues this message during the UTS conversion of the SYSUTILX table space, it means that an active or stopped utility operation was in progress.
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.
FL 509 If Db2 issues this message during the UTS conversion of the SYSUTILX table space, ensure that no active or stopped utility operations are in progress before the user retrries the conversion.
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.
FL 509 If Db2 issues the DSNU330I message during the UTS conversion of the SYSUTILX table space, issue the TERM UTILITY command for all in-progess utilities, or wait until no utilities are active, before retrying the conversion. For more information, see Converting Db2 catalog and directory objects to UTS.
Severity
8 (error)