DSNU056I csect-name TABLE table-name NOT FOUND

Explanation

A utility job specified an invalid table name.

csect-name
The name of the control section that issued the message.
table-name
The name of the table.

This message occurs when:

  • No table exists with the specified name.
  • In the case of the UNLOAD utility, the table was identified with a view or alias. The UNLOAD utility cannot unload from a view or alias whose base table is remote.

System action

The utility job step is terminated, and resources are released to their prior state.

User response

Correct the table name, the database name, or both, and resubmit the utility job step.

Problem determination

To confirm table names, query the SYSIBM.SYSTABLES catalog table.

Severity

8 (error)