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

152 lines
5.1 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>Order Supported Product PTFs (ORDSPTPTF)</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="ORDSPTPTF.Top_Of_Page"></a>
<h2>Order Supported Product PTFs (ORDSPTPTF)</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="#ORDSPTPTF.PARAMETERS.TABLE">Parameters</a><br>
<a href="#ORDSPTPTF.COMMAND.EXAMPLES">Examples</a><br>
<a href="#ORDSPTPTF.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="ORDSPTPTF"></a>
<p>The Order Supported Product PTFs (ORDSPTPTF) command orders program temporary fixes (PTFs) for supported products. This is done by comparing the PTFs on the system with the PTFs available from IBM service support, and then ordering the PTFs that are:
</p>
<ol>
<li>Not loaded
</li>
<li>Not applied
</li>
<li>Not on order
</li>
<li>Not in a PTF save file (SAVF) in the QGPL library
</li>
</ol>
<p>The PTF order request created by this command is sent to IBM service support.
</p>
<p>This command detects any PTFs on the system that IBM now considers defective. This command also detects PTFs not on the system that IBM considers HIPER (High-Impact Pervasive). In either case, a message indicating PTF number and recommended actions is sent to the service provider message queue.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ORDSPTPTF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ORDSPTPTF.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="#ORDSPTPTF.DELIVERY"><b>DELIVERY</b></a></td>
<td valign="top">Delivery method</td>
<td valign="top">*ANY, *LINKONLY</td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#ORDSPTPTF.LICPGM"><b>LICPGM</b></a></td>
<td valign="top">Product</td>
<td valign="top"><i>Character value</i>, <b><u>*ALL</u></b></td>
<td valign="top">Optional, Positional 2</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#ORDSPTPTF.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="ORDSPTPTF.DELIVERY"></a>
<h3>Delivery method (DELIVERY)</h3>
<p>Specifies how PTFs are delivered.
</p>
<p>This is a required parameter.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*ANY</b></dt>
<dd>Any method of delivery is acceptable. If the order that was sent to IBM service support is small enough, the PTF order will arrive through electronic customer support. If the PTF order is larger than the acceptable electronic customer support limit, PTFs arrive by tape.
</dd>
<dt><b>*LINKONLY</b></dt>
<dd>Only delivery through electronic customer support is acceptable. If the PTF order is larger than the acceptable electronic customer support limit, a message is sent indicating that the PTF delivery failed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ORDSPTPTF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="ORDSPTPTF.LICPGM"></a>
<h3>Product (LICPGM)</h3>
<p>Specifies which licensed programs are having PTFs ordered for them.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>PTFs are ordered for all licensed programs.
</dd>
<dt><b><i>licensed-program-ID</i></b></dt>
<dd>Specify the licensed program that is having PTFs ordered for it.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ORDSPTPTF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ORDSPTPTF.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Ordering PTFs for All Supported Products</b>
</p>
<p>
<pre>
ORDSPTPTF DELIVERY(*ANY)
</pre>
</p>
<p>This command orders PTFs for all supported products. If the order is small enough, the PTFs arrive by way of electronic customer support; otherwise, they arrive by tape.
</p>
<p><b>Example 2: Ordering PTFs for a Licensed Program</b>
</p>
<p>
<pre>
ORDSPTPTF DELIVERY(*LINKONLY) LICPGM(5722SS1)
</pre>
</p>
<p>This command orders PTFs for the licensed program named 5722SS1 (i5/OS). The PTFs arrive by way of electronic customer support.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ORDSPTPTF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ORDSPTPTF.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF8C07</b></dt>
<dd>A parameter is not valid.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ORDSPTPTF.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>