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

275 lines
8.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Check Product Option (CHKPRDOPT)</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="CHKPRDOPT.Top_Of_Page"></a>
<h2>Check Product Option (CHKPRDOPT)</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="#CHKPRDOPT.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CHKPRDOPT.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CHKPRDOPT.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CHKPRDOPT"></a>
<p>The Check Product Option (CHKPRDOPT) command reports differences between the correct structure and the actual structure of a software product. (For example, if an object is deleted from an installed product, CHKPRDOPT will report the error.) Use the informational and diagnostic messages to determine the condition of the product. CHKPRDOPT does not necessarily issue an escape message if the product has been deleted or is being created.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CHKPRDOPT.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="#CHKPRDOPT.PRDID"><b>PRDID</b></a></td>
<td valign="top">Product identifier</td>
<td valign="top"><i>Character value</i>, *OPSYS</td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#CHKPRDOPT.RLS"><b>RLS</b></a></td>
<td valign="top">Release</td>
<td valign="top"><i>Character value</i>, <b><u>*ALL</u></b>, *OPSYS, 'VxRxMx'</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#CHKPRDOPT.OPTION"><b>OPTION</b></a></td>
<td valign="top">Product option</td>
<td valign="top">1-99, <b><u>*ALL</u></b>, *BASE</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#CHKPRDOPT.LODID"><b>LODID</b></a></td>
<td valign="top">Load identifier</td>
<td valign="top"><i>Character value</i>, <b><u>*ALL</u></b>, *CODEDFT, *PRIMARY</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#CHKPRDOPT.CHKSIG"><b>CHKSIG</b></a></td>
<td valign="top">Check signature</td>
<td valign="top"><b><u>*SIGNED</u></b>, *ALL, *NONE</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#CHKPRDOPT.DETAIL"><b>DETAIL</b></a></td>
<td valign="top">Detail</td>
<td valign="top"><b><u>*BASIC</u></b>, *FULL</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CHKPRDOPT.PRDID"></a>
<h3>Product identifier (PRDID)</h3>
<p>Specifies the identifier of the software product being checked.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*OPSYS</b></dt>
<dd>The i5/OS licensed program is checked.
</dd>
<dt><b><i>product-identifier</i></b></dt>
<dd>Specify a product identifier. The identifier must be seven characters in length.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHKPRDOPT.RLS"></a>
<h3>Release (RLS)</h3>
<p>Specifies the release level of the product to be checked.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All releases of the product are checked.
</dd>
<dt><b>*OPSYS</b></dt>
<dd>The release level of the product being checked is the same as the release level of the operating system currently installed.
</dd>
<dt><b><i>release-level</i></b></dt>
<dd>Specify the release level in VxRxMx format where Vx is the version number, Rx is the release number, and Mx is the modification number.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHKPRDOPT.OPTION"></a>
<h3>Product option (OPTION)</h3>
<p>Specifies the product option being checked.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All options of the product are checked.
</dd>
<dt><b>*BASE</b></dt>
<dd>The base option of the product is checked.
</dd>
<dt><b><i>product-option</i></b></dt>
<dd>Specify an option number ranging from 1 through 99.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHKPRDOPT.LODID"></a>
<h3>Load identifier (LODID)</h3>
<p>Specifies the product load being checked.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All product loads for a given option are checked.
</dd>
<dt><b>*CODEDFT</b></dt>
<dd>The code load is checked.
</dd>
<dt><b>*PRIMARY</b></dt>
<dd>The code load and the primary language load are checked.
</dd>
<dt><b><i>product-load-identifier</i></b></dt>
<dd>Specify the product load identifier. The load identifier must be four characters in length.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHKPRDOPT.CHKSIG"></a>
<h3>Check signature (CHKSIG)</h3>
<p>Specifies if the digital signatures of objects are to be checked.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*SIGNED</u></b></dt>
<dd>Objects with digital signatures are checked. Any object that has been signed will have the signature verified. Objects with invalid signatures will be identified in messages sent to the job log and the product will be set to be in an erroneous state.
</dd>
<dt><b>*ALL</b></dt>
<dd>All objects that can be digitally signed will have the signature verified. Any object that can be signed but has no signature will be identified in a message sent to the job log but the product will not be set to be in error. Any signed object with a signature that is not valid will be identified in a message sent to the job log. If an invalid signature is found, the product will be set to be in an erroneous state.
</dd>
<dt><b>*NONE</b></dt>
<dd>Digital signatures of objects will not be checked.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CHKPRDOPT.DETAIL"></a>
<h3>Detail (DETAIL)</h3>
<p>Specifies which set of messages is sent for each product.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*BASIC</u></b></dt>
<dd>Only the messages for the loads that actually exist are given. No messages are given for a load that is defined.
</dd>
<dt><b>*FULL</b></dt>
<dd>All messages are given for the loads requested.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHKPRDOPT.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
CHKPRDOPT PRDID(5716WP1)
</pre>
</p>
<p>This command checks all releases of the product with identifier 5716WP1.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CHKPRDOPT.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF0C20</b></dt>
<dd>Errors found by CHKPRDOPT.
</dd>
<dt><b>CPF0C2C</b></dt>
<dd>Errors found during digital signature verification.
</dd>
<dt><b>CPF0C4A</b></dt>
<dd>Product record not found.
</dd>
<dt><b>CPF0C4B</b></dt>
<dd>Product availability object &amp;2/&amp;1 recovery required.
</dd>
<dt><b>CPF0C4C</b></dt>
<dd>Cannot allocate object &amp;1 in library &amp;2.
</dd>
<dt><b>CPF0C4D</b></dt>
<dd>Error occurred while processing object &amp;1 in library &amp;2.
</dd>
<dt><b>CPF0C54</b></dt>
<dd>Data in product record not correct.
</dd>
<dt><b>CPF358A</b></dt>
<dd>Release not valid.
</dd>
<dt><b>CPF8A06</b></dt>
<dd>Document &amp;2 or folder &amp;3 partially created in folder &amp;1.
</dd>
<dt><b>CPF8A78</b></dt>
<dd>Folder &amp;1 in use.
</dd>
<dt><b>CPF9012</b></dt>
<dd>Start of document interchange session not successful for &amp;1.
</dd>
<dt><b>CPF9032</b></dt>
<dd>Document interchange session not started.
</dd>
<dt><b>CPF9830</b></dt>
<dd>Cannot assign library &amp;1.
</dd>
<dt><b>CPF9838</b></dt>
<dd>User profile storage limit exceeded.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CHKPRDOPT.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>