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

161 lines
5.0 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 PTF (WRKPTF)</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="WRKPTF.Top_Of_Page"></a>
<h2>Work with PTF (WRKPTF)</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="#WRKPTF.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKPTF.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKPTF.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKPTF"></a>
<p>The Work with PTF (WRKPTF) command selects and works with all program temporary fixes (PTFs) for a product.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKPTF.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="#WRKPTF.PTF"><b>PTF</b></a></td>
<td valign="top">PTF identifier</td>
<td valign="top"><i>Character value</i>, <b><u>*ALL</u></b>, *PTFSAVF, *ONORDER, *CVLT, *CVLTONLY</td>
<td valign="top">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#WRKPTF.LICPGM"><b>LICPGM</b></a></td>
<td valign="top">Product</td>
<td valign="top"><i>Character value</i>, <b><u>*SELECT</u></b></td>
<td valign="top">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#WRKPTF.RLS"><b>RLS</b></a></td>
<td valign="top">Release level</td>
<td valign="top"><i>Character value</i>, <b><u>*ONLY</u></b></td>
<td valign="top">Optional, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKPTF.PTF"></a>
<h3>PTF identifier (PTF)</h3>
<p>Specifies the PTFs with which you want to work.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All PTFs for the specified product and release are shown.
</dd>
<dt><b>*PTFSAVF</b></dt>
<dd>PTFs for the specified product and release that have a save file in QGPL are shown.
</dd>
<dt><b>*ONORDER</b></dt>
<dd>PTFs for the specified product and release that are on order are shown.
</dd>
<dt><b>*CVLTONLY</b></dt>
<dd>PTFs for the specified product and release that contain only a cover letter are shown.
</dd>
<dt><b>*CVLT</b></dt>
<dd>PTFs for the specified product and release that contain a cover letter, regardless of the PTF status, are shown.
</dd>
<dt><b><i>PTF-ID</i></b></dt>
<dd>Specify the identifier (ID) of the PTF to be shown.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="WRKPTF.LICPGM"></a>
<h3>Product (LICPGM)</h3>
<p>Specifies the ID of the product for the PTFs being shown.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*SELECT</u></b></dt>
<dd>Shows a list of products from which you can select the PTFs you want to show.
</dd>
<dt><b><i>product-ID</i></b></dt>
<dd>Specify the product ID for the PTFs that you want to show.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="WRKPTF.RLS"></a>
<h3>Release level (RLS)</h3>
<p>Specifies the release level of the PTFs that are shown.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*ONLY</u></b></dt>
<dd>Only one release of the specified product is installed or supported on the system.
</dd>
<dt><b><i>release-level</i></b></dt>
<dd>Specify the release level in the format VxRyMz, where Vx is the version number, Ry is the release number, and Mz is the modification level. The variables X and y can be a number from 0 through 9, and the variable z can be a number from 0 through 9 or a letter from A through Z.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKPTF.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
WRKPTF PTF(*ALL) LICPGM(*SELECT)
</pre>
</p>
<p>This command allows you to select a product from a list of products shown.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKPTF.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>SMU1412</b></dt>
<dd>Product &amp;1 release &amp;2 not found.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKPTF.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>