+QUIESCE


You can specify this parameter during configuration to define the value of the QUIESCE option under UNLOAD SHRLEVEL CHANGE specification when CONSISTENT NO is in effect. For more information, see QUIESCE.


quiesce.png

Operands

YES

Sets QUIESCE YES as the default value
For more information, see QUIESCE YES.

NO

(Default) Sets QUIESCE NO as the default value

For more information, see QUIESCE NO.

Important

The QUIESCE keyword specification on the UNLOAD command takes precedence over the default specified using the +QUIESCE parameter during configuration.


Example

If you specify +QUIESCE (NO), the UNLOAD command is affected as follows:

       UNLOAD SHRLEVEL CHANGE CONSISTENT NO select * from sysibm.sysdummyE;
The UNLOAD command will be treated as If
       SHRLEVEL CHANGE CONSISTENT NO  QUIESCE NO  was coded

Important

For the rules that apply to parameter syntax, see Parameter syntax rules.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*