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

121 lines
4.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>Send RJE Command (SNDRJECMD)</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="SNDRJECMD.Top_Of_Page"></a>
<h2>Send RJE Command (SNDRJECMD)</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="#SNDRJECMD.PARAMETERS.TABLE">Parameters</a><br>
<a href="#SNDRJECMD.COMMAND.EXAMPLES">Examples</a><br>
<a href="#SNDRJECMD.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="SNDRJECMD"></a>
<h3>Send RJE Command</h3>
<p>The SNDRJECMD command allows you to send a command to an RJE host communications subsystem through an active RJE session.
</p>
<p>Commands can only be transmitted through an active RJE session. If the session is not active, the host command is discarded, and an error message is displayed.
</p>
<p>
<b>Note: </b>Avoid sending commands to your host communications subsystem when starting or ending the RJE session. Unexpected host commands issued at these times could disrupt the normal starting or ending process, and leave the session in an unknown state. If the command detects that the RJE session is not fully active, then the host subsystem command is discarded and an error message displayed.
</p>
<h3>Error messages for SNDRJECMD</h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRJECMD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="SNDRJECMD.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="#SNDRJECMD.SSND"><b>SSND</b></a></td>
<td valign="top">RJE session description</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: RJE session description</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="#SNDRJECMD.HOSTCMD"><b>HOSTCMD</b></a></td>
<td valign="top">Host Command</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#SNDRJECMD.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="SNDRJECMD.SSND"></a>
<h3>RJE Session Desc (SSND)</h3>
<p>Specifies the qualified name of the session description of the session through which the RJE host command will be sent.
</p>
<p>The possible library values are:
</p>
<ul>
<li>*LIBL: The library list for the job is used to locate the session description.
</li>
<li>*CURLIB: The current library for the job is used to locate the session description. If no current library is specified, QGPL is used.
</li>
<li><i>library-name:</i> Specify the name of the library where the session description is located.
</li>
</ul>
<p><i>session-description-name:</i> Specify the name of the session description.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRJECMD.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDRJECMD.HOSTCMD"></a>
<h3>Host Command (HOSTCMD)</h3>
<p>Specify up to 77 characters of text, enclosed in apostrophes, for the command to be sent to the host. No syntax checking of the host subsystem command is performed. Please refer to your host documentation to understand which commands you can issue, their syntax, and the effect that they may have on your RJE session.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRJECMD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="SNDRJECMD.COMMAND.EXAMPLES">Examples</a></h3>None
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRJECMD.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="SNDRJECMD.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRJECMD.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>