119 lines
3.5 KiB
HTML
119 lines
3.5 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>Release Reader (RLSRDR)</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="RLSRDR.Top_Of_Page"></a>
|
||
|
<h2>Release Reader (RLSRDR)</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="#RLSRDR.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RLSRDR.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RLSRDR.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RLSRDR"></a>
|
||
|
<p>The Release Reader (RLSRDR) command releases the specified spooling reader so that it can continue to process jobs for the job queue. The specified reader was held by a previous HLDRDR (Hold Reader) command. Data was not lost when this reader was held.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RLSRDR.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RLSRDR.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="#RLSRDR.RDR"><b>RDR</b></a></td>
|
||
|
<td valign="top">Reader</td>
|
||
|
<td valign="top"><i>Name</i></td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RLSRDR.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RLSRDR.RDR"></a>
|
||
|
<h3>Reader (RDR)</h3>
|
||
|
<p>Specifies the spooling reader to be released.
|
||
|
</p>
|
||
|
<p>This is a required parameter.
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><i>name</i></b></dt>
|
||
|
<dd>Specify the name of the reader to be released.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RLSRDR.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RLSRDR.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RLSRDR RDR(DISKETTE)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command releases the diskette reader named DISKETTE for additional processing.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RLSRDR.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RLSRDR.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPF1317</b></dt>
|
||
|
<dd>No response from subsystem for job &3/&2/&1.
|
||
|
</dd>
|
||
|
<dt><b>CPF1340</b></dt>
|
||
|
<dd>Job control function not performed.
|
||
|
</dd>
|
||
|
<dt><b>CPF1351</b></dt>
|
||
|
<dd>Function check occurred in subsystem for job &3/&2/&1.
|
||
|
</dd>
|
||
|
<dt><b>CPF1352</b></dt>
|
||
|
<dd>Function not done. &3/&2/&1 in transition condition.
|
||
|
</dd>
|
||
|
<dt><b>CPF3312</b></dt>
|
||
|
<dd>Reader &1 neither active nor on job queue.
|
||
|
</dd>
|
||
|
<dt><b>CPF3315</b></dt>
|
||
|
<dd>Reader &3/&2/&1 not released. Reader not held.
|
||
|
</dd>
|
||
|
<dt><b>CPF3330</b></dt>
|
||
|
<dd>Necessary resource not available.
|
||
|
</dd>
|
||
|
<dt><b>CPF3490</b></dt>
|
||
|
<dd>Not authorized to specified reader.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RLSRDR.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|