136 lines
4.3 KiB
HTML
136 lines
4.3 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>Work with RJE Session (WRKRJESSN)</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="WRKRJESSN.Top_Of_Page"></a>
|
|
<h2>Work with RJE Session (WRKRJESSN)</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="#WRKRJESSN.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#WRKRJESSN.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#WRKRJESSN.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="WRKRJESSN"></a>
|
|
<h3>Work with RJE Session</h3>
|
|
<p>The WRKRJESSN command allows you to work with information about the status of an active session.
|
|
</p>
|
|
<p>You can start and cancel readers and writers; and show information about active readers and writers, about the session used by an active reader or writer, and about the session attributes.
|
|
</p>
|
|
<h3>Error messages for WRKRJESSN</h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>RJE0003</b></dt>
|
|
<dd>RJE session &1 is not active.
|
|
</dd>
|
|
<dt><b>RJE0004</b></dt>
|
|
<dd>You are not permitted to access session description &1.
|
|
</dd>
|
|
<dt><b>RJE0024</b></dt>
|
|
<dd>Errors found. Processing of request ended.
|
|
</dd>
|
|
<dt><b>RJE0126</b></dt>
|
|
<dd>RJE session ended while WRKRJESSN command was active.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKRJESSN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="WRKRJESSN.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="#WRKRJESSN.SSN"><b>SSN</b></a></td>
|
|
<td valign="top">Active RJE session</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#WRKRJESSN.OUTPUT"><b>OUTPUT</b></a></td>
|
|
<td valign="top">Output</td>
|
|
<td valign="top"><b><u>*</u></b>, *PRINT</td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKRJESSN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="WRKRJESSN.SSN"></a>
|
|
<h3>Active RJE Session (SSN)</h3>
|
|
<p>Specifies the name of the session being shown.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKRJESSN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="WRKRJESSN.OUTPUT"></a>
|
|
<h3>Output (OUTPUT)</h3>
|
|
<p>Specifies whether output from the command is displayed at the requesting workstation, or printed with the job's spooled output.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<ul>
|
|
<li>*: Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
|
|
</li>
|
|
<li>*PRINT: Output is printed with the job's spooled output. The IBM-supplied printer file QPRJESTS is used to print the session status.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKRJESSN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="WRKRJESSN.COMMAND.EXAMPLES">Examples</a></h3>None
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKRJESSN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="WRKRJESSN.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>RJE0003</b></dt>
|
|
<dd>RJE session &1 is not active.
|
|
</dd>
|
|
<dt><b>RJE0004</b></dt>
|
|
<dd>You are not permitted to access session description &1.
|
|
</dd>
|
|
<dt><b>RJE0024</b></dt>
|
|
<dd>Errors found. Processing of request ended.
|
|
</dd>
|
|
<dt><b>RJE0126</b></dt>
|
|
<dd>RJE session ended while WRKRJESSN command was active.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#WRKRJESSN.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|