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

130 lines
4.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>Start TIE Session (STRTIESSN)</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="STRTIESSN.Top_Of_Page"></a>
<h2>Start TIE Session (STRTIESSN)</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="#STRTIESSN.PARAMETERS.TABLE">Parameters</a><br>
<a href="#STRTIESSN.COMMAND.EXAMPLES">Examples</a><br>
<a href="#STRTIESSN.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="STRTIESSN"></a>
<p>The Start Technical Information Exchange Session (STRTIESSN) command establishes the data link for a TIE batch session. This command must precede other TIE batch commands.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="STRTIESSN.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="#STRTIESSN.SPTUSRID"><b>SPTUSRID</b></a></td>
<td valign="top">User ID</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#STRTIESSN.SPTPWD"><b>SPTPWD</b></a></td>
<td valign="top">Password</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#STRTIESSN.ACCOUNT"><b>ACCOUNT</b></a></td>
<td valign="top">Account</td>
<td valign="top"><i>Character value</i>, <b><u>*RTV</u></b></td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="STRTIESSN.SPTUSRID"></a>
<h3>User ID (SPTUSRID)</h3>
<p>Specifies the user identifier needed to sign on to the remote support network.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRTIESSN.SPTPWD"></a>
<h3>Password (SPTPWD)</h3>
<p>Specifies the password needed to sign on to the remote support network.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="STRTIESSN.ACCOUNT"></a>
<h3>Account (ACCOUNT)</h3>
<p>Specifies the network account number needed to sign on the remote support network. If the account number is not specified, the account number from the contact database is used.
</p>
<dl>
<dt><b><u>*RTV</u></b></dt>
<dd>The account number from the contact database is used.
</dd>
<dt><b><i>account-number</i></b></dt>
<dd>Specify the account number being used.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRTIESSN.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
STRTIESSN SPTUSRID(ACME) SPTPWD(11111) ACCOUNT(11420880)
</pre>
</p>
<p>This command displays the TIE main menu for account number 11420880.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRTIESSN.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTIESSN.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>