DSNU1224I csect-name - TABLE table-name IS NOT IN THE TABLE SPACE table-space-name

Explanation

The indicated table-name given in a FROM TABLE option is not in the table space specified by the TABLESPACE option.

System action

The utility job terminates.

User response

Correct either the TABLESPACE or the FROM TABLE specification to select a table in the specified table space. If the table was dropped, remove the FROM TABLE option for the dropped table.

Problem determination

There is an unmatch between the TABLESPACE and FROM TABLE specifications or the specified table was dropped. Dropped tables are not supported by the UNLOAD utility.

Severity

8 (error)