Multiple choice technology mainframe

Sql Return code -904

  1. RESOURCE UNAVAILABLE

  2. TABLE NOT FOUND

  3. PLAN NOT FOUND

  4. ALL THE ABOVE

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL return code -904 indicates a resource is unavailable - the database cannot access a required resource like a table space, index space, or physical file. This is different from missing tables (-204) or undefined plans, as it relates to resource accessibility.