ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/savapardta.htm

142 lines
4.0 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>Save APAR Data (SAVAPARDTA)</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="SAVAPARDTA.Top_Of_Page"></a>
<h2>Save APAR Data (SAVAPARDTA)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#SAVAPARDTA.PARAMETERS.TABLE">Parameters</a><br>
<a href="#SAVAPARDTA.COMMAND.EXAMPLES">Examples</a><br>
<a href="#SAVAPARDTA.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="SAVAPARDTA"></a>
<p>The Save APAR Data (SAVAPARDTA) command allows the user to save information required for an Authorized Problem Analysis Report (APAR).
</p>
<p><b>Restrictions:</b>
</p>
<ul>
<li>The following user profiles have private authorities to use the command:
<ul>
<li>QPGMR
</li>
<li>QSYSOPR
</li>
<li>QSRV
</li>
<li>QSRVBAS
</li>
</ul>
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#SAVAPARDTA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="SAVAPARDTA.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="#SAVAPARDTA.PRBID"><b>PRBID</b></a></td>
<td valign="top">Problem identifier</td>
<td valign="top"><i>Character value</i>, *NEW</td>
<td valign="top">Required, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#SAVAPARDTA.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="SAVAPARDTA.PRBID"></a>
<h3>Problem identifier (PRBID)</h3>
<p>Specifies the identifier (ID) of the problem for which APAR data is to be saved.
</p>
<dl>
<dt><b>*NEW</b></dt>
<dd>An open problem log record is created to track this APAR.
</dd>
<dt><b><i>character-value</i></b></dt>
<dd>Specify the ID of the problem for which APAR data is to be saved.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SAVAPARDTA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="SAVAPARDTA.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
SAVAPARDTA PRBID(*NEW)
</pre>
</p>
<p>This command creates an open problem log for which APAR data is saved. The user selects the data to be saved by indicating the choices on a list display. This data is saved in an APAR library.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SAVAPARDTA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="SAVAPARDTA.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 &amp;1.
</dd>
<dt><b>CPF39FA</b></dt>
<dd>Problem &amp;1 &amp;2 &amp;3 not found
</dd>
<dt><b>CPF39FF</b></dt>
<dd>SAVAPARDTA command can not be run
</dd>
<dt><b>CPF39F2</b></dt>
<dd>Cannot allocate library &amp;1
</dd>
<dt><b>CPF39F4</b></dt>
<dd>No more APAR data can be saved for this problem
</dd>
<dt><b>CPF39F5</b></dt>
<dd>Query of problem &amp;1 failed
</dd>
<dt><b>CPF39F6</b></dt>
<dd>Problem record could not be created
</dd>
<dt><b>CPF39F7</b></dt>
<dd>Could not create user space in APAR library
</dd>
<dt><b>CPF39F8</b></dt>
<dd>Problem &amp;1 could not be associated with an APAR library
</dd>
<dt><b>CPF39F9</b></dt>
<dd>Problem &amp;1 &amp;2 &amp;3 in use
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SAVAPARDTA.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>