M204.2786: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 4: Line 4:
One of these: </p>
One of these: </p>
<ul>
<ul>
<li>The system is in an extended quiesce, <var>[[CPQZSECS parameter|CPQZSECS]]</var> seconds have expired, and <code>CPQZACTN=X'80'</code>. </li>
<li>The system is in an extended quiesce, <var>[[CPQZSECS parameter|CPQZSECS]]</var> seconds have expired, and <code>[[CPQZACTN parameter|CPQZACTN]]=X'80'</code>. </li>


<LI>The system is in an extended quiesce, <code>CPQZSECS > 0</code>, and a <code>SWITCH STREAM CCAJRNL</code> was issued. </LI>
<LI>The system is in an extended quiesce, <code>CPQZSECS > 0</code>, and a <code>[[Tracking_system_activity_(CCAJRNL,_CCAAUDIT,_CCAJLOG)|SWITCH STREAM CCAJRNL]]</code> was issued. </LI>
</ul>
</ul>
<p>
<p>

Latest revision as of 00:30, 4 April 2018

M204.2786  CPQZSECS timer refreshed - expires in token seconds

One of these:

In either case, the extended quiesce timer will be refreshed to expire in CPQZSECS seconds.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages