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

77 lines
2.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>End Input (ENDINP)</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="ENDINP.Top_Of_Page"></a>
<h2>End Input (ENDINP)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>
<ul><li>Batch job (*BATCH)</li>
</ul><b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#ENDINP.PARAMETERS.TABLE">Parameters</a><br>
<a href="#ENDINP.COMMAND.EXAMPLES">Examples</a><br>
<a href="#ENDINP.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="ENDINP"></a>
<p>The End Input (ENDINP) command is a delimiter in a batch input stream that indicates the end of the input data. The End Input (ENDINP) command also can indicate the end of an inline data file provided the command is detected while the inline file is being processed. If the inline file is using ending characters which are not defaults (//) the End Input (ENDINP) command is embedded without being recognized.
</p>
<p><b>Restrictions:</b> This command cannot be entered at a work station. Two slashes (//) in positions 1 and 2 must go before the End Input (ENDINP) command in the data record, for example //ENDINP. Blanks can separate the slashes from the command line (// ENDINP).
</p>
<p>There are no parameters for this command.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDINP.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENDINP.PARAMETERS.TABLE">Parameters</a></h3>None<br>
<table width="100%">
<tr><td align="right"><a href="#ENDINP.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<hr size="2" width="100%">
<div><h3><a name="ENDINP.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
//BCHJOB
:
//DATA
:
//ENDINP
</pre>
</p>
<p>The ENDINP command indicates the end of a input stream that began with the Batch Job (BCHJOB) command.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDINP.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="ENDINP.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF1753</b></dt>
<dd>Command cannot be run.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENDINP.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>