DSNU485I csect-name QUIESCE WRITE(NO) REQUESTED ON obj-type obj-qual.obj-name WHICH HAS THE NOT LOGGED ATTRIBUTE

Explanation

QUIESCE with the WRITE(NO) option was requested on an object with the NOT LOGGED attribute. Invoking QUIESCE WRITE(NO) on an object with the NOT LOGGED attribute does not create a recoverable point and does not write the pages from the buffer pool to DASD.

System action

The object will be skipped by QUIESCE, and the other objects in the list are processed.

User response

If you want a quiesced point for the object, complete the following steps:
  • Alter the table space to have the LOGGED attribute.
  • Take a full image copy.
  • Rerun QUIESCE.

Severity

0 (informational)