73 lines
2.4 KiB
HTML
73 lines
2.4 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 Batch Job (ENDBCHJOB)</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="ENDBCHJOB.Top_Of_Page"></a>
|
|
<h2>End Batch Job (ENDBCHJOB)</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="#ENDBCHJOB.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ENDBCHJOB.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ENDBCHJOB.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ENDBCHJOB"></a>
|
|
<p>The End Batch Job (ENDBCHJOB) command is a delimiter in a batch input stream that indicates the end of a job. The End Batch Job (ENDBCHJOB) command also can indicate the end of an inline data file provided the command is detected while the inline file is being processed.
|
|
</p>
|
|
<p><b>Restrictions:</b> This command cannot be entered at a work station. The End Batch Job (ENDBCHJOB) command must be preceded by two slashes (//) in positions 1 and 2 of the data record, for example //ENDBCHJOB. Blanks can separate the slashes from the command name (// ENDBCHJOB).
|
|
</p>
|
|
<p>There are no parameters for this command.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDBCHJOB.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ENDBCHJOB.PARAMETERS.TABLE">Parameters</a></h3>None<br>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDBCHJOB.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDBCHJOB.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
//ENDBCHJOB
|
|
</pre>
|
|
</p>
|
|
<p>This command indicates the end of a job that began with the BCHJOB command.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDBCHJOB.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDBCHJOB.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="#ENDBCHJOB.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|