M204.1925: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (remove 0 from token0)
 
Line 3: Line 3:
A MONITOR command requested a report that cannot be produced, because the specified prerequisite, <var class="term">token2</var>, is not satisfied. In other words, the report requested does not apply to the current environment. </p>
A MONITOR command requested a report that cannot be produced, because the specified prerequisite, <var class="term">token2</var>, is not satisfied. In other words, the report requested does not apply to the current environment. </p>
<p>
<p>
The <var class="term">token0</var> option can be one of the following:</P>
The <var class="term">token</var> option can be one of the following:</P>
<TABLE>
<TABLE>
<TR class="head"><TH>Option </TH>
<TR class="head"><TH>Option </TH>
Line 15: Line 15:


<TR><TD><P CLASS="zcellbody">MPLOCK </P></TD>
<TR><TD><P CLASS="zcellbody">MPLOCK </P></TD>
<TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TD><P CLASS="zcellbody">
Multi-processor locks are only used if <code>NMPSUBS>0</code>.</P></TD></TR>
Multi-processor locks are only used if <code>NMPSUBS>0</code>.</P></TD></TR>
</TABLE>
</TABLE>
{{Template:M204.1925 footer}}
{{Template:M204.1925 footer}}
<!-- skeleton as it was in pdf/<option> OPTION REQUIRES <pre-requisite>/-->
<!-- skeleton as it was in pdf/<option> OPTION REQUIRES <pre-requisite>/-->

Latest revision as of 20:57, 26 March 2018

M204.1925  token option requires token2

A MONITOR command requested a report that cannot be produced, because the specified prerequisite, token2, is not satisfied. In other words, the report requested does not apply to the current environment.

The token option can be one of the following:

Option Prerequisite

CFR

Critical file resource conflict counts are only kept if CFRLOOK=1.

DATASPACE

Dataspaces are only used if APSYPAGE or TEMPPAGE is set, or if the servers in storage feature is activated by omitting the CCASERVR DD.

MPLOCK

Multi-processor locks are only used if NMPSUBS>0.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages