181 lines
5.6 KiB
HTML
181 lines
5.6 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>Receive TIE File (RCVTIEF)</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="RCVTIEF.Top_Of_Page"></a>
|
|
<h2>Receive TIE File (RCVTIEF)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>
|
|
<ul><li>Batch job (*BATCH)</li>
|
|
<li>Batch program (*BPGM)</li>
|
|
<li>Batch REXX procedure (*BREXX)</li>
|
|
<li>Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)</li>
|
|
</ul><b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#RCVTIEF.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RCVTIEF.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RCVTIEF.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RCVTIEF"></a>
|
|
<p>The Receive Technical Information Exchange File (RCVTIEF) command allows you to receive files transmitted from the remote support network.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RCVTIEF.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="#RCVTIEF.LIB"><b>LIB</b></a></td>
|
|
<td valign="top">Library</td>
|
|
<td valign="top"><i>Name</i>, *LIBL, *CURLIB</td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RCVTIEF.TYPE"><b>TYPE</b></a></td>
|
|
<td valign="top">File type</td>
|
|
<td valign="top"><b><u>*ALL</u></b>, *OTHER, *SAVF</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RCVTIEF.OUTPUT"><b>OUTPUT</b></a></td>
|
|
<td valign="top">Output</td>
|
|
<td valign="top"><b><u>*NONE</u></b>, *PRINT</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RCVTIEF.MAXRCDS"><b>MAXRCDS</b></a></td>
|
|
<td valign="top">Maximum records</td>
|
|
<td valign="top"><i>Integer</i>, <b><u>10000</u></b>, *NOMAX</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RCVTIEF.LIB"></a>
|
|
<h3>Library (LIB)</h3>
|
|
<p>Specifies the name and library where the files are stored.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<p>The possible library values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*LIBL</u></b></dt>
|
|
<dd>The library list is used to locate the database file.
|
|
</dd>
|
|
<dt><b>*CURLIB</b></dt>
|
|
<dd>The current library for the job is used to locate the database file. If no library is specified as the current library for the job, QGPL is used.
|
|
</dd>
|
|
<dt><b><i>library-name</i></b></dt>
|
|
<dd>Specify the name of the library where the database file is located.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RCVTIEF.TYPE"></a>
|
|
<h3>File type (TYPE)</h3>
|
|
<p>Specifies the types of files that are received.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*ALL</u></b></dt>
|
|
<dd>All available files are received.
|
|
</dd>
|
|
<dt><b>*OTHER</b></dt>
|
|
<dd>Files with unspecified contents are received.
|
|
</dd>
|
|
<dt><b>*SAVF</b></dt>
|
|
<dd>Save files are received.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RCVTIEF.OUTPUT"></a>
|
|
<h3>Output (OUTPUT)</h3>
|
|
<p>Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NONE</u></b></dt>
|
|
<dd>The list of received files is not printed.
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><b>*PRINT</b></dt>
|
|
<dd>The output is printed with the job's spooled output.
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RCVTIEF.MAXRCDS"></a>
|
|
<h3>Maximum records (MAXRCDS)</h3>
|
|
<p>Specifies the maximum size (number of records) of any file that can be received. If one or more files exceeds the maximum size, no files are received.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>10000</u></b></dt>
|
|
<dd>The maximum size of file that can be received is 10000 records.
|
|
</dd>
|
|
<dt><b>*NOMAX</b></dt>
|
|
<dd>The system maximum of 500000 records is used.
|
|
</dd>
|
|
<dt><b><i>number</i></b></dt>
|
|
<dd>Specify the maximum size (number of records) of file that can be received.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RCVTIEF.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
RCVTIEF LIB(MAIL) TYPE(*OPEN) OUTPUT(*PRINT) MAXRCDS(1000)
|
|
</pre>
|
|
</p>
|
|
<p>This command receives from TIE all OPEN files (any file except a save file). A list of the received files is printed. If any of the received files are larger than 1000 records, the RCVTIEF command fails. If all OPEN files are received successfully, they are removed from the mailbox.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RCVTIEF.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RCVTIEF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|