DSNT056I program-name AN ALTER REQUEST HAS PLACED TABLE SPACE database-name.tablespace-name IN ADVISORY REORG PENDING STATUS
Explanation
The table indicated in a preceding message has been changed with an SQL alter statement by the program indicated by program-name. The containing table space, database-name.tablespace-name, is available but the definition changes have not yet been applied.
- program-name
- The name of the program.
- database-name
- The name of the database.
- tablespace-name
- The name of the table space.
System action
The table space is placed in pending definition status. Processing continues.
User response
Run the REORG TABLESPACE utility with SHRLEVEL CHANGE or SHRLEVEL REFERENCE on the entire table space to materialize the pending definition changes.