M204.2502: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor formatting)
 
Line 1: Line 1:
{{Template:M204.2502 skeleton}}
{{Template:M204.2502 skeleton}}


<P>An ALLOCATE command attempted to dynamically allocate a data set that had been migrated by DFSMSHSM, IBM's Storage Manager. Model 204 issued an HSM request to recall the data set, but the request failed. The return and
<P>
An <var>ALLOCATE</var> command attempted to dynamically allocate a data set that had been migrated by DFSMSHSM, IBM's Storage Manager. Model&nbsp;204 issued an HSM request to recall the data set, but the request failed. The return and
reason codes can be used to identify the cause of the failure.</P>
reason codes can be used to identify the cause of the failure.</P>
<P>A return code of 400, 401 or 806 indicates an ARCFMWE failure. This can be caused by a Model 204 internal error or an HSM error.</P>
<P>
<P>Any other return code indicates an ARCHRCAL failure. This indicates that HSM could not process the recall request. The meaning of the return code and any associated reason code is described in message ARC11<var class="term">return_code</var>, which can
A return code of 400, 401, or 806 indicates an ARCFMWE failure. This can be caused by a Model&nbsp;204 internal error or an HSM error.</P>
<P>
Any other return code indicates an ARCHRCAL failure. This indicates that HSM could not process the recall request. The meaning of the return code and any associated reason code is described in message ARC11<var class="term">return_code</var>, which can
be looked up in IBM manual <var class="book">z/OS System Messages Volume 2 (ARC - ASA), SA22-7632</var>. The section "ARC Return Codes and Reason Codes" at the end of chapter 2 of the IBM manual provides a complete list of return codes.</P>
be looked up in IBM manual <var class="book">z/OS System Messages Volume 2 (ARC - ASA), SA22-7632</var>. The section "ARC Return Codes and Reason Codes" at the end of chapter 2 of the IBM manual provides a complete list of return codes.</P>
<P>Common return codes and their meanings are:</P>
<P>
<TABLE BORDER="1"><TR class="head"><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
Common return codes and their meanings are:</P>
Return code </P></TH><TH ROWSPAN="1" COLSPAN="1"><P CLASS="zcellheading">
<TABLE>
Meaning</P></TH></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR class="head"><TH><P CLASS="zcellheading">
3</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Return code </P></TH>
The migration or backup or dump volume is not available.</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TH><P CLASS="zcellheading">
4</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
Meaning</P></TH></TR>
No primary volume available for recall</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
 
8</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">
An error occurred cataloging data set.</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
3</P></TD><TD><P CLASS="zcellbody">
51</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
The migration or backup or dump volume is not available.</P></TD></TR>
Another DFSMSHSM function active for data set; recall rejected.</P></TD></TR><TR><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
 
74</P></TD><TD ROWSPAN="1" COLSPAN="1"><P CLASS="zcellbody">
<TR><TD><P CLASS="zcellbody">
Data set recall failed. The function is held.</P></TD></TR></TABLE>
4</P></TD><TD><P CLASS="zcellbody">
<p><b>Operator response:</b> Correct the problem with DFSMSHSM recall processing.</p>
No primary volume available for recall.</P></TD></TR>
<p><b>Response:</b> Contact your system operator.</p>
 
<TR><TD><P CLASS="zcellbody">
8</P></TD><TD><P CLASS="zcellbody">
An error occurred cataloging data set.</P></TD></TR>
 
<TR><TD><P CLASS="zcellbody">
51</P></TD><TD><P CLASS="zcellbody">
Another DFSMSHSM function active for data set; recall rejected.</P></TD></TR>
 
<TR><TD><P CLASS="zcellbody">
74</P></TD><TD><P CLASS="zcellbody">
Data set recall failed. The function is held.</P></TD></TR>
</TABLE>
<p>
<b>Operator response:</b> Correct the problem with DFSMSHSM recall processing.</p>
<p>
<b>Response:</b> Contact your system operator.
</p>
{{Template:M204.2502 footer}}
{{Template:M204.2502 footer}}
<!-- skeleton as it was in pdf/DFSMSHSM RECALL ERROR, DSNAME = dsname, RETURN CODE = rc, REASON CODE = rs/-->
<!-- skeleton as it was in pdf/DFSMSHSM RECALL ERROR, DSNAME = dsname, RETURN CODE = rc, REASON CODE = rs/-->

Latest revision as of 21:55, 19 March 2018

M204.2502  token error​,​ DSNAME ​=​ token2​,​ return code ​=​ token3​,​ reason code ​=​ token4

An ALLOCATE command attempted to dynamically allocate a data set that had been migrated by DFSMSHSM, IBM's Storage Manager. Model 204 issued an HSM request to recall the data set, but the request failed. The return and reason codes can be used to identify the cause of the failure.

A return code of 400, 401, or 806 indicates an ARCFMWE failure. This can be caused by a Model 204 internal error or an HSM error.

Any other return code indicates an ARCHRCAL failure. This indicates that HSM could not process the recall request. The meaning of the return code and any associated reason code is described in message ARC11return_code, which can be looked up in IBM manual z/OS System Messages Volume 2 (ARC - ASA), SA22-7632. The section "ARC Return Codes and Reason Codes" at the end of chapter 2 of the IBM manual provides a complete list of return codes.

Common return codes and their meanings are:

Return code

Meaning

3

The migration or backup or dump volume is not available.

4

No primary volume available for recall.

8

An error occurred cataloging data set.

51

Another DFSMSHSM function active for data set; recall rejected.

74

Data set recall failed. The function is held.

Operator response: Correct the problem with DFSMSHSM recall processing.

Response: Contact your system operator.

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
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages