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

148 lines
5.3 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>Work with License Information (WRKLICINF)</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="WRKLICINF.Top_Of_Page"></a>
<h2>Work with License Information (WRKLICINF)</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="#WRKLICINF.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKLICINF.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKLICINF.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKLICINF"></a>
<p>The Work with License Information (WRKLICINF) command allows you to show or print specified products or features found on the system which contain license information. When no parameters are specified, a list of all products with license information is shown. This list allows you to change, display, or print the license information, to reset the peak usage information, or to work with the license users of a product or feature.
</p>
<p><b>Restriction:</b> This command is shipped with public *EXCLUDE authority.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLICINF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKLICINF.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="#WRKLICINF.PRDID"><b>PRDID</b></a></td>
<td valign="top">Product identifier</td>
<td valign="top"><i>Character value</i>, <b><u>*ALL</u></b></td>
<td valign="top">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#WRKLICINF.OUTPUT"><b>OUTPUT</b></a></td>
<td valign="top">Output</td>
<td valign="top"><b><u>*</u></b>, *PRINT</td>
<td valign="top">Optional, Positional 2</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#WRKLICINF.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKLICINF.PRDID"></a>
<h3>Product identifier (PRDID)</h3>
<p>Specifies the identifier (ID) of the product for which license information is to be displayed.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All of the products found on the system which contain license information are displayed.
</dd>
<dt><b><i>product-identifier</i></b></dt>
<dd>Specify the seven-character ID of the product for which license information is to be displayed.
</dd>
<dt><b><i>generic*-product-identifier</i></b></dt>
<dd>Specify the generic identifier for the products to be displayed. A generic product identifier is specified in the same manner as a generic name.
<p>A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLICINF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="WRKLICINF.OUTPUT"></a>
<h3>Output (OUTPUT)</h3>
<p>Specifies whether the output from the command is shown at the requesting work station or printed with the job's spooled output.
</p>
<dl>
<dt><b><u>*</u></b></dt>
<dd>The output requested is shown on the display.
</dd>
<dt><b>*PRINT</b></dt>
<dd>The output is printed with the job's spooled output.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLICINF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKLICINF.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Showing License Information for a Product</b>
</p>
<p>
<pre>
WRKLICINF PRDID(1MYPROD)
</pre>
</p>
<p>This command shows product license information on your display station for the product with product identifier 1MYPROD.
</p>
<p><b>Example 2: Printing All License Information</b>
</p>
<p>
<pre>
WRKLICINF OUTPUT(*PRINT) PRDID(*ALL)
</pre>
</p>
<p>This command prints, with your job's spooled output, a list of all products on the system which contain license information.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLICINF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKLICINF.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF9E11</b></dt>
<dd>License information not retrieved.
</dd>
<dt><b>CPF9E12</b></dt>
<dd>License information not available.
</dd>
<dt><b>CPF9E24</b></dt>
<dd>License user &amp;4 not released.
</dd>
<dt><b>CPF9E26</b></dt>
<dd>&amp;4 license users not released.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKLICINF.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>