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

141 lines
4.2 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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 Reports using JS (SNDRPTJS)</title>
</head>
<body bgcolor="white">
<a name="SNDRPTJS.Top_Of_Page"></a>
<h2>Send Reports using JS (SNDRPTJS)</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="#SNDRPTJS.PARAMETERS.TABLE">Parameters</a><br>
<a href="#SNDRPTJS.COMMAND.EXAMPLES">Examples</a><br>
<a href="#SNDRPTJS.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="SNDRPTJS"></a>
<p>The Send Reports using Job Scheduler (SNDRPTJS) command allows you to distribute reports to a specified report distribution ID as part of Advanced Job Scheduler's report distribution function. This command can be used outside of Advanced Job Scheduler in a user's control language program for distributing reports specified in the report distribution ID to the specified recipients.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRPTJS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="SNDRPTJS.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="#SNDRPTJS.RPTDSTID"><b>RPTDSTID</b></a></td>
<td valign="top">Report distribution ID</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top" rowspan="4"><a href="#SNDRPTJS.JOB"><b>JOB</b></a></td>
<td valign="top">Job</td>
<td valign="top">Single values: <b><u>*</u></b><br>Other values: <i>Qualified job name</i></td>
<td valign="top" rowspan="4">Optional</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Job</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: User</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 3: Number</td>
<td valign="top">000000-999999</td>
</tr></table>
<table width="100%">
<tr><td align="right"><a href="#SNDRPTJS.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="SNDRPTJS.RPTDSTID"></a>
<h3>Report distribution ID (RPTDSTID)</h3>
<p>Specifies the report distribution ID whose entries are used when distributing spooled files created by the specified job.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the report distribution ID.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRPTJS.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="SNDRPTJS.JOB"></a>
<h3>Job (JOB)</h3>
<p>Specifies the name of the user job whose spooled files are being distributed.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*</u></b></dt>
<dd>The current job is the job whose spooled files you want to distribute.
</dd>
</dl>
<p><b>Qualifier 1: Job</b>
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the job that has spooled files you want to distribute.
</dd>
</dl>
<p><b>Qualifier 2: User</b>
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name that identifies the user profile under which the job is run.
</dd>
</dl>
<p><b>Qualifier 3: Number</b>
</p>
<dl>
<dt><b><i>000000-999999</i></b></dt>
<dd>Specify the job number assigned by the system.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRPTJS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="SNDRPTJS.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
SNDRPTJS RPTDSTID(GLEOM)
</pre>
</p>
<p>This command distributes a job using report distribution ID GLEOM.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRPTJS.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="SNDRPTJS.ERROR.MESSAGES">Error messages</a></h3>Unknown
</div>
<table width="100%">
<tr><td align="right"><a href="#SNDRPTJS.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>