159 lines
5.1 KiB
HTML
159 lines
5.1 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>Delete Product Definition (DLTPRDDFN)</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="DLTPRDDFN.Top_Of_Page"></a>
|
||
|
<h2>Delete Product Definition (DLTPRDDFN)</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="#DLTPRDDFN.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#DLTPRDDFN.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#DLTPRDDFN.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="DLTPRDDFN"></a>
|
||
|
<p>The Delete Product Definition (DLTPRDDFN) command allows the user to delete a product definition object.
|
||
|
</p>
|
||
|
<p>
|
||
|
<b>Note: </b>A user who has authority to this command can delete any *PRDDFN object regardless of whether you have authority to the *PRDDFN object.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="DLTPRDDFN.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" rowspan="3"><a href="#DLTPRDDFN.PRDDFN"><b>PRDDFN</b></a></td>
|
||
|
<td valign="top">Product definition, or</td>
|
||
|
<td valign="top"><i>Qualified object name</i></td>
|
||
|
<td valign="top" rowspan="3">Optional, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top">Qualifier 1: Product definition, or</td>
|
||
|
<td valign="top"><i>Name</i></td>
|
||
|
</tr><tr>
|
||
|
<td valign="top">Qualifier 2: Library</td>
|
||
|
<td valign="top"><i>Name</i>, *CURLIB</td>
|
||
|
</tr><tr>
|
||
|
<td valign="top"><a href="#DLTPRDDFN.PRDID"><b>PRDID</b></a></td>
|
||
|
<td valign="top">Product ID</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Optional</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#DLTPRDDFN.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</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="DLTPRDDFN.PRDDFN"></a>
|
||
|
<h3>Product definition, or (PRDDFN)</h3>
|
||
|
<p>Specifies the name of the product definition to be deleted.
|
||
|
</p>
|
||
|
<p><b>Note:</b>
|
||
|
</p>
|
||
|
<p>You must specify either this parameter or both PRDID and RLS, but all parameters cannot be specified at the same time.
|
||
|
</p>
|
||
|
<p>The possible library values are:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>*CURLIB</b></dt>
|
||
|
<dd>The current library for the job is used to locate the product definition.
|
||
|
</dd>
|
||
|
<dt><b><i>library-name</i></b></dt>
|
||
|
<dd>Specify the name of the library where the product definition is located.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<p>The possible values are:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><i>product-definition-name</i></b></dt>
|
||
|
<dd>Specify the name of the product definition being deleted.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="DLTPRDDFN.PRDID"></a>
|
||
|
<h3>Product (PRDID)</h3>
|
||
|
<p>Specifies the 7-character product identifier (ID) of the product for which a definition is being deleted.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="DLTPRDDFN.RLS"></a>
|
||
|
<h3>Release level (RLS)</h3>
|
||
|
<p>Specifies the version, release, and modification level of the product definition to be deleted.
|
||
|
</p>
|
||
|
<p>The possible values are:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><u>*ONLY</u></b></dt>
|
||
|
<dd>The release level is determined by searching the system for product information for the product specified on the PRDID parameter. This value is not valid if more than one release of the product exists for the same product ID.
|
||
|
</dd>
|
||
|
<dt><b><i>version-release-modification</i></b></dt>
|
||
|
<dd>Specify the version, release, and modification level of the product definition being deleted.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTPRDDFN.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
DLTPRDDFN PRDDFN(MYLIB/MYPROD)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command deletes the product definition MYPROD located in library MYLIB.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="DLTPRDDFN.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPF358A</b></dt>
|
||
|
<dd>Release not valid.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#DLTPRDDFN.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|