Error
SQLCODE -204
Object not found
Explanation
The table, view, or alias specified does not exist in the catalog.
Solution
Check object name spelling, schema qualifier, catalog. Verify object exists with SYSCAT tables.
Example
SELECT * FROM NONEXISTENT_TABLE