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

235 lines
7.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>Send TIE File (SNDTIEF)</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="SNDTIEF.Top_Of_Page"></a>
<h2>Send TIE File (SNDTIEF)</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>Interactive program (*IPGM)</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="#SNDTIEF.PARAMETERS.TABLE">Parameters</a><br>
<a href="#SNDTIEF.COMMAND.EXAMPLES">Examples</a><br>
<a href="#SNDTIEF.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="SNDTIEF"></a>
<p>The Send Technical Information Exchange File (SNDTIEF) command allows you to send specified files to the remote support network.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="SNDTIEF.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="#SNDTIEF.FILE"><b>FILE</b></a></td>
<td valign="top">File</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: File</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="#SNDTIEF.MBR"><b>MBR</b></a></td>
<td valign="top">Member</td>
<td valign="top"><i>Name</i>, *FIRST</td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#SNDTIEF.TOUSRID"><b>TOUSRID</b></a></td>
<td valign="top">User ID</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 3</td>
</tr>
<tr>
<td valign="top"><a href="#SNDTIEF.TONODE"><b>TONODE</b></a></td>
<td valign="top">Node</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 4</td>
</tr>
<tr>
<td valign="top"><a href="#SNDTIEF.TOFILE"><b>TOFILE</b></a></td>
<td valign="top">To file</td>
<td valign="top"><i>Name</i>, <b><u>*FILE</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#SNDTIEF.TYPE"><b>TYPE</b></a></td>
<td valign="top">Type of contents of file</td>
<td valign="top"><b><u>*OTHER</u></b>, *SYSTPLD</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#SNDTIEF.PTY"><b>PTY</b></a></td>
<td valign="top">Priority</td>
<td valign="top">1, <b><u>2</u></b></td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="SNDTIEF.FILE"></a>
<h3>File (FILE)</h3>
<p>Specifies the physical file to be sent to the remote support network.
</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="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDTIEF.MBR"></a>
<h3>Member (MBR)</h3>
<p>Specifies the name of the database file member being transmitted to the remote support network.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><u>*FIRST</u></b></dt>
<dd>The first member of the database file specified by the <b>File</b> prompt (FILE parameter) is transmitted.
</dd>
<dt><b><i>member-name</i></b></dt>
<dd>The specified member of the database file is transmitted.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDTIEF.TOUSRID"></a>
<h3>User ID (TOUSRID)</h3>
<p>Specifies the user who will receive the database file.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDTIEF.TONODE"></a>
<h3>Node (TONODE)</h3>
<p>Specifies the system that will receive the database file.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDTIEF.TOFILE"></a>
<h3>To file (TOFILE)</h3>
<p>Specifies the name the database file is to have on the receiving system.
</p>
<dl>
<dt><b><u>*FILE</u></b></dt>
<dd>The database file on the receiving system will have the name specified on the <b>File</b> prompt (FILE parameter).
</dd>
<dt><b><i>file-name</i></b></dt>
<dd>Specify the name the database file is to have on the receiving system.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDTIEF.TYPE"></a>
<h3>Type of contents of file (TYPE)</h3>
<p>Specifies the contents of the database file.
</p>
<dl>
<dt><b><u>*OTHER</u></b></dt>
<dd>The contents of the database file are not specified.
</dd>
<dt><b>*SYSTPLD</b></dt>
<dd>The database file contains the system configuration (topology) description.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDTIEF.PTY"></a>
<h3>Priority (PTY)</h3>
<p>Specifies the priority of the database file on the receiving system.
</p>
<dl>
<dt><b><u>2</u></b></dt>
<dd>The data file has normal priority.
</dd>
<dt><b>1</b></dt>
<dd>The file has the highest priority.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="SNDTIEF.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
SNDTIEF FILE(QSYS/MYTOPO) TOUSRID(INFSERV) TONODE(INFTIE)
TOFILE(ACMETOPO)
</pre>
</p>
<p>This command sends a file named MYTOPO from library QSYS to TIE. It is held in a mailbox for user INFSERV on system INFTIE. When it is received by the user, it is named ACMETOPO.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="SNDTIEF.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDTIEF.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>