109 lines
3.6 KiB
HTML
109 lines
3.6 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Restore APAR Data (RSTAPARDTA)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="RSTAPARDTA.Top_Of_Page"></a>
|
|
<h2>Restore APAR Data (RSTAPARDTA)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#RSTAPARDTA.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RSTAPARDTA.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RSTAPARDTA.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RSTAPARDTA"></a>
|
|
<p>The Restore APAR Data (RSTAPARDTA) command updates a problem log entry with the specified Authorized Problem Analysis Report (APAR) library name. This is the problem log entry saved with the APAR data on the service requester and is associated with the APAR library. If the problem log entry does not exist, one is created on the service provider. All spooled files saved using the Save APAR Data (SAVAPARDTA) command are re-spooled on the service provider when RSTAPARDTA is run.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RSTAPARDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RSTAPARDTA.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RSTAPARDTA.FRMAPARLIB"><b>FRMAPARLIB</b></a></td>
|
|
<td valign="top">From APAR Library</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RSTAPARDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RSTAPARDTA.FRMAPARLIB"></a>
|
|
<h3>From APAR Library (FRMAPARLIB)</h3>
|
|
<p>Specifies the library where to restore the APAR data. This library must contain the data from a specific APAR.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RSTAPARDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RSTAPARDTA.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
RSTAPARDTA FRMAPARLIB(MYAPARLIB)
|
|
</pre>
|
|
</p>
|
|
<p>This command restores on the service provider the APAR data in library MYAPARLIB.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RSTAPARDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RSTAPARDTA.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2182</b></dt>
|
|
<dd>Not authorized to library &1.
|
|
</dd>
|
|
<dt><b>CPF39FA</b></dt>
|
|
<dd>Problem &1 &2 &3 not found
|
|
</dd>
|
|
<dt><b>CPF39FB</b></dt>
|
|
<dd>Library &1 does not exist
|
|
</dd>
|
|
<dt><b>CPF39FD</b></dt>
|
|
<dd>No APAR data restored from library &1
|
|
</dd>
|
|
<dt><b>CPF39F2</b></dt>
|
|
<dd>Cannot allocate library &1
|
|
</dd>
|
|
<dt><b>CPF39F5</b></dt>
|
|
<dd>Query of problem &1 failed
|
|
</dd>
|
|
<dt><b>CPF39F9</b></dt>
|
|
<dd>Problem &1 &2 &3 in use
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RSTAPARDTA.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|