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

154 lines
5.0 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>Remove Forms Control Entry (RMVFCTE)</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="RMVFCTE.Top_Of_Page"></a>
<h2>Remove Forms Control Entry (RMVFCTE)</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="#RMVFCTE.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVFCTE.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVFCTE.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVFCTE"></a>
<h3>Remove FCT Entry</h3>
<p>The RMVFCTE command removes an FCT entry from an FCT that is not in use.
</p>
<h3>Error messages for RMVFCTE</h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>RJE0024</b></dt>
<dd>Errors found. Processing of request ended.
</dd>
<dt><b>RJE0028</b></dt>
<dd>Device type &amp;2 for form type &amp;1 does not exist in &amp;3.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVFCTE.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="#RMVFCTE.FCT"><b>FCT</b></a></td>
<td valign="top">Forms control table</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Forms control table</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#RMVFCTE.FORMTYPE"><b>FORMTYPE</b></a></td>
<td valign="top">Host form type</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#RMVFCTE.DEVTYPE"><b>DEVTYPE</b></a></td>
<td valign="top">Device type</td>
<td valign="top"><b><u>*PRT</u></b>, *PUN</td>
<td valign="top">Optional, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVFCTE.FCT"></a>
<h3>Forms Cntrl Table (FCT)</h3>
<p>Specifies the qualified name of the FCT entry being removed.
</p>
<p>The possible library values are:
</p>
<ul>
<li>*LIBL: The library list for the job is used to locate the FCT.
</li>
<li>*CURLIB: The current library for the job is used to locate the FCT. If no current library is specified, QGPL is used.
</li>
<li><i>library-name:</i> Specify the name of the library where the FCT is located.
</li>
</ul>
<p><i>forms-control-table-name:</i> Specify the name of the FCT.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RMVFCTE.FORMTYPE"></a>
<h3>Host Form Type (FORMTYPE)</h3>
<p>Specifies the host form type for the FCT entry. The value is received from the host subsystem in either a peripheral data set information record (PDIR) for SNA, or a form-mount message for BSC. It must contain from one through eight alphanumeric characters. Lowercase letters, blanks, or special characters must be enclosed in apostrophes. For example, a host form type of blanks is specified as FORMTYPE (' ') (four blanks).
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RMVFCTE.DEVTYPE"></a>
<h3>Device Type (DEVTYPE)</h3>
<p>Specifies the device type associated with the FCT entry.
</p>
<p>The possible values are:
</p>
<ul>
<li>*PRT: A printer device entry is removed.
</li>
<li>*PUN: A punch device entry is removed.
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVFCTE.COMMAND.EXAMPLES">Examples</a></h3>None
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVFCTE.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>RJE0024</b></dt>
<dd>Errors found. Processing of request ended.
</dd>
<dt><b>RJE0028</b></dt>
<dd>Device type &amp;2 for form type &amp;1 does not exist in &amp;3.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFCTE.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>