543 lines
20 KiB
HTML
543 lines
20 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>Send Network Spooled File (SNDNETSPLF)</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="SNDNETSPLF.Top_Of_Page"></a>
|
|
<h2>Send Network Spooled File (SNDNETSPLF)</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="#SNDNETSPLF.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#SNDNETSPLF.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#SNDNETSPLF.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="SNDNETSPLF"></a>
|
|
<p>The Send Network Spooled File (SNDNETSPLF) command sends a spooled file to another user on the local system or on a remote system on the SNADS network. The file is placed on the output queue that is specified in the user profile of the user to whom the spooled file was sent.
|
|
</p>
|
|
<p>When the file arrives at the destination system, a message is sent to both the recipient and sending user notifying them of the arrival of the spooled file.
|
|
</p>
|
|
<p>This command does not perform any CCSID translation on the contents of the file. However, the user ID and address of both the recipient and the originator are translated from the current job CCSID to the multinational character set 697/500.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ol>
|
|
<li>The user must be enrolled in the system distribution directory to run this command. The sender must have read, add, and delete authority to the receiving output queue when sending to user on the same system.
|
|
</li>
|
|
<li>One of the following must be true:
|
|
<ul>
|
|
<li>The requester is the creator of the file.
|
|
</li>
|
|
<li>The requester has *READ authority to the output queue on which the file resides, and DSPDTA(*YES) was specified on the CRTOUTQ command.
|
|
</li>
|
|
<li>The requester has *SPLCTL special authority.
|
|
</li>
|
|
<li>The requester has *JOBCTL special authority, and the output queue on which the file resides has OPRCTL(*YES) specified on the CRTOUTQ command.
|
|
</li>
|
|
<li>The output queue has DSPDTA(*YES) specified on the CRTOUTQ command.
|
|
</li>
|
|
<li>The requester has owner authority to the output queue on which the file resides and the queue had AUTCHK(*OWNER) and DSPDTA(*YES) or DSPDTA(*NO) specified on the CRTOUTQ command.
|
|
</li>
|
|
<li>The requester has *READ, *ADD, and *DELETE authority to the output queue on which the file resides and the queue has AUTCHK(*DTAAUT) and DSPDTA(*YES) or DSPDTA(*NO) specified on the CRTOUTQ command.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>DTAFMT(*RCDDATA) must be used when sending a spooled file to a release prior to Version 1 Release 3 Modification 0 (V1R3).
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="SNDNETSPLF.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="#SNDNETSPLF.FILE"><b>FILE</b></a></td>
|
|
<td valign="top">Spooled file</td>
|
|
<td valign="top"><i>Name</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#SNDNETSPLF.TOUSRID"><b>TOUSRID</b></a></td>
|
|
<td valign="top">User ID</td>
|
|
<td valign="top">Values (up to 50 repetitions): <i>Element list</i></td>
|
|
<td valign="top" rowspan="3">Required, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: User ID</td>
|
|
<td valign="top">
|
|
<i>Character value</i></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 2: Address</td>
|
|
<td valign="top">
|
|
<i>Character value</i></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="4"><a href="#SNDNETSPLF.JOB"><b>JOB</b></a></td>
|
|
<td valign="top">Job name</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, Positional 3</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Qualifier 1: Job name</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><tr>
|
|
<td valign="top"><a href="#SNDNETSPLF.SPLNBR"><b>SPLNBR</b></a></td>
|
|
<td valign="top">Spooled file number</td>
|
|
<td valign="top">1-999999, <b><u>*ONLY</u></b>, *LAST, *ANY</td>
|
|
<td valign="top">Optional, Positional 4</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#SNDNETSPLF.JOBSYSNAME"><b>JOBSYSNAME</b></a></td>
|
|
<td valign="top">Job system name</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*ONLY</u></b>, *CURRENT, *ANY</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top" rowspan="3"><a href="#SNDNETSPLF.CRTDATE"><b>CRTDATE</b></a></td>
|
|
<td valign="top">Spooled file created</td>
|
|
<td valign="top">Single values: <b><u>*ONLY</u></b>, *LAST<br>Other values: <i>Element list</i></td>
|
|
<td valign="top" rowspan="3">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: Creation date</td>
|
|
<td valign="top">
|
|
<i>Date</i></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 2: Creation time</td>
|
|
<td valign="top">
|
|
<i>Time</i>, <b><u>*ONLY</u></b>, *LAST</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#SNDNETSPLF.DTAFMT"><b>DTAFMT</b></a></td>
|
|
<td valign="top">Data format</td>
|
|
<td valign="top"><b><u>*RCDDATA</u></b>, *ALLDATA</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#SNDNETSPLF.CLASS"><b>CLASS</b></a></td>
|
|
<td valign="top">VM/MVS class</td>
|
|
<td valign="top"><b><u>A</u></b>, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#SNDNETSPLF.PTY"><b>PTY</b></a></td>
|
|
<td valign="top">Send priority</td>
|
|
<td valign="top"><b><u>*NORMAL</u></b>, *HIGH</td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="SNDNETSPLF.FILE"></a>
|
|
<h3>Spooled file (FILE)</h3>
|
|
<p>Specifies the name of the spooled file that is sent to the specified user. The file name is the name of the device file that was used by the program to produce the spooled output file.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.TOUSRID"></a>
|
|
<h3>User ID (TOUSRID)</h3>
|
|
<p>Specifies the two-part user ID of one or more users to whom the file is being sent, or the name of one or more distribution lists containing the user IDs of one or more users to whom the file is being sent. A combination of user IDs and distribution lists can be specified on the same command. Each user ID or distribution list is specified as a two-part name, and both parts are required. The users in the distribution list may be either remote or local.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>Depending on the type of work station being used, the internal value for a user identifier may differ from the characters shown by the DSPDIRE command. If the byte-string value specified for the TOUSRID parameter does not match the rules for an internal user identifier value, or if it does not match the internal value for any enrolled user, an error may be reported.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<p>You can enter multiple values for this parameter.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.JOB"></a>
|
|
<h3>Job name (JOB)</h3>
|
|
<p>Specifies the name of the job that created the spooled output file whose data records are to be sent.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*</u></b></dt>
|
|
<dd>The job that issued this command is the job that created the spooled file.
|
|
</dd>
|
|
<dt><b><i>qualified-job-name</i></b></dt>
|
|
<dd>Specify the qualified name of the job that created the spooled file. If no job qualifier is given, all jobs currently in the system are searched for the simple job name.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.SPLNBR"></a>
|
|
<h3>Spooled file number (SPLNBR)</h3>
|
|
<p>Specifies the number of the spooled output file from the job whose data records are to be sent.
|
|
</p>
|
|
<dl>
|
|
</dl>
|
|
<dl>
|
|
<dt><b><u>*ONLY</u></b></dt>
|
|
<dd>Only one spooled file in the job has the specified file name; therefore, the number of the spooled file is not necessary.
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
</dl>
|
|
<dl>
|
|
<dt><b>*LAST</b></dt>
|
|
<dd>The spooled file with the highest number and the specified file name is used.
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><b>*ANY</b></dt>
|
|
<dd>The spooled file number is not used to determine which spooled file is used. Use this value when the job system name parameter or the spooled file create date and time parameter is to take precedence over the spooled file number when selecting a spooled file.
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt><b><i>spooled-file-number</i></b></dt>
|
|
<dd>Specify the number of the spooled file having the specified file name whose data records are to be sent.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.JOBSYSNAME"></a>
|
|
<h3>Job system name (JOBSYSNAME)</h3>
|
|
<p>Specifies the name of the system where the job that created the spooled file (JOB parameter) ran. This parameter is considered after the job name, user name, job number, spooled file name, and spooled file number parameter requirements have been met.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*ONLY</u></b></dt>
|
|
<dd>There is one spooled file with the specified job name, user name, job number, spooled file name, spooled file number, and spooled file create date and time.
|
|
</dd>
|
|
<dt><b>*CURRENT</b></dt>
|
|
<dd>The spooled file created on the current system with the specified job name, user name, job number, spooled file name, spooled file number, and create date and time is used.
|
|
</dd>
|
|
<dt><b>*ANY</b></dt>
|
|
<dd>The job system name is not used to determine which spooled file is used. Use this value when the spooled file create date and time parameter is to take precedence over the job system name when selecting a spooled file.
|
|
</dd>
|
|
<dt><b><i>name</i></b></dt>
|
|
<dd>Specify the name of the system where the job that created the spooled file ran.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.CRTDATE"></a>
|
|
<h3>Spooled file created (CRTDATE)</h3>
|
|
<p>Specifies the date and time the spooled file was created. This parameter is considered after the job name, user name, job number, spooled file name, spooled file number, and job system name parameter requirements have been met.
|
|
</p>
|
|
<p><b>Single values</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*ONLY</u></b></dt>
|
|
<dd>There is one spooled file with the specified job name, user name, job number, spooled file name, spooled file number, and job system name.
|
|
</dd>
|
|
<dt><b>*LAST</b></dt>
|
|
<dd>The spooled file with the latest create date and time of the specified job name, user name, job number, spooled file name, spooled file number, and job system name is used.
|
|
</dd>
|
|
</dl>
|
|
<p><b>Element 1: Creation date</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>date</i></b></dt>
|
|
<dd>Specify the date the spooled file was created.
|
|
</dd>
|
|
</dl>
|
|
<p><b>Element 2: Creation time</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*ONLY</u></b></dt>
|
|
<dd>There is one spooled file with the specified job name, user name, job number, spooled file name, spooled file number, job system name, and spooled file create date.
|
|
</dd>
|
|
<dt><b>*LAST</b></dt>
|
|
<dd>The spooled file with the latest create time of the specified job name, user name, job number, spooled file name, spooled file number, job system name, and spooled file create date is used.
|
|
</dd>
|
|
<dt><b><i>time</i></b></dt>
|
|
<dd>Specify the time the spooled file was created.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.DTAFMT"></a>
|
|
<h3>Data format (DTAFMT)</h3>
|
|
<p>Specifies the format in which to transmit the spooled file. This parameter is applicable only to spooled print files. It is ignored for diskette files.
|
|
</p>
|
|
<p>Spooled files that contain special device requirements cannot be sent using this command if *RCDDATA is specified on the <b>Data format</b> prompt (DTAFMT parameter).
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>The device requirements are listed as part of the attributes for the spooled file. To view the device requirements, use the WRKSPLFA command or the attributes option on the WRKSPLF command. If any of the device requirements are attributes of the file (if any of the device requirements on the display have a 'Y'), the spooled file cannot be sent. Either specify DTAFMT(*ALLDATA) or copy the spooled file to a database file using the Copy Spooled File (CPYSPLF) command and then use the Send Network File (SNDNETF) command to send the file as a data file.
|
|
</p>
|
|
<p>If *RCDDATA is specified on the <b>Data format</b> prompt (DTAFMT parameter), the following attributes of the spooled file are kept:
|
|
</p>
|
|
<ul>
|
|
<li>File name
|
|
</li>
|
|
<li>Number of copies
|
|
</li>
|
|
<li>Characters per inch
|
|
</li>
|
|
<li>Drawer
|
|
</li>
|
|
<li>Form type
|
|
</li>
|
|
<li>IGC data indicator
|
|
</li>
|
|
<li>Lines per inch
|
|
</li>
|
|
<li>Page length
|
|
</li>
|
|
<li>Page width
|
|
</li>
|
|
<li>Page rotation
|
|
</li>
|
|
<li>Font name
|
|
</li>
|
|
<li>Print text
|
|
</li>
|
|
<li>Diskette label
|
|
</li>
|
|
<li>Diskette creation and expiration dates
|
|
</li>
|
|
<li>Diskette code type
|
|
</li>
|
|
<li>Diskette exchange type
|
|
</li>
|
|
</ul>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*RCDDATA</u></b></dt>
|
|
<dd>The spooled file is sent in the existing lower function format. Some functions will be removed from data that is sent in this format because the format does not support advanced functions. Use this format for sending spooled files to a System/36, System/38, or a System/370.
|
|
</dd>
|
|
<dt><b>*ALLDATA</b></dt>
|
|
<dd>The spooled file is sent as it exists, without loss of attributes. All spooled file attributes required to reproduce the file on the receiving system are also sent. Use the *ALLDATA value to send spooled files to Version 1, Release 3, Modification level 0 or later releases of the AS/400 system.
|
|
</dd>
|
|
</dl>
|
|
<p><b>NOTES:</b>
|
|
</p>
|
|
<ol>
|
|
<li>If a file will be printed on the receiving system, it must be printed on the same type of printer as it was intended to be printed on the source system.
|
|
</li>
|
|
<li>Spool files that require advanced function printing (AFP) resources may print differently on the receiving system. To assure that spool files are printed in the same manner, the following must occur:
|
|
<ul>
|
|
<li>Before using this command to send a file to a user on the same system, make sure that the libraries containing non-IBM supplied AFP resources are in the library list.
|
|
</li>
|
|
<li>Before using this command to send a file to a different user or system, make sure that the libraries containing non-IBM supplied AFP resources are in the initial library list of the user receiving the spooled files.
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>Use this format to send *LINE, *AFPDS, and *AFPDSLINE printer type device files to System 370.
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.CLASS"></a>
|
|
<h3>VM/MVS class (CLASS)</h3>
|
|
<p>Specifies the VM/MVS SYSOUT class for distributions sent to a VM host system or to an MVS host system.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>A</u></b></dt>
|
|
<dd>The class is A.
|
|
</dd>
|
|
<dt><b><i>B-Z, 0-9</i></b></dt>
|
|
<dd>Specify the distribution class. Valid values range from B through Z and 0 through 9.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="SNDNETSPLF.PTY"></a>
|
|
<h3>Send priority (PTY)</h3>
|
|
<p>Specifies the queuing priority used for this spooled file when it is being routed through a SNADS network.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*NORMAL</u></b></dt>
|
|
<dd>The spooled file is sent with a service level priority of data low, which is used for most data traffic. On an AS/400 system, data low distributions are placed on the normal distribution queue specified for the route.
|
|
</dd>
|
|
<dt><b>*HIGH</b></dt>
|
|
<dd>The spooled file is sent with a service level priority of data high, which is used for high priority data traffic. On an AS/400 system, data high distributions are placed on the data high distribution queue specified for the route.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="SNDNETSPLF.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Sending a Spooled File</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
SNDNETSPLF FILE(QPRINT) TOUSRID((JDE SYS1))
|
|
JOB(142857/PAPER/PRINT)
|
|
SPLNBR(*LAST) DTAFMT(*ALLDATA)
|
|
</pre>
|
|
</p>
|
|
<p>This command sends the last (most recently created) copy of spooled file QPRINT from job 142857/PAPER/PRINT to the user with a user ID of JDE SYS1. All spooled file functions will be sent.
|
|
</p>
|
|
<p><b>Example 2: Sending Print Attributes</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
SNDNETSPLF DTAFMT(*RCDDATA)
|
|
</pre>
|
|
</p>
|
|
<p>This command sends a limited set of print attributes.
|
|
</p>
|
|
<p><b>Example 3: Sending All Print Attributes</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
SNDNETSPLF DTAFMT(*ALLDATA)
|
|
</pre>
|
|
</p>
|
|
<p>This command sends all print attributes. *ALLDATA is only valid when it is sent from one iSeries system to another iSeries system.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="SNDNETSPLF.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF2207</b></dt>
|
|
<dd>Not authorized to use object &1 in library &3 type *&2.
|
|
</dd>
|
|
<dt><b>CPF3205</b></dt>
|
|
<dd>File not created.
|
|
</dd>
|
|
<dt><b>CPF3207</b></dt>
|
|
<dd>Member not added. Errors occurred.
|
|
</dd>
|
|
<dt><b>CPF3303</b></dt>
|
|
<dd>File &1 not found in job &5/&4/&3.
|
|
</dd>
|
|
<dt><b>CPF3309</b></dt>
|
|
<dd>No files named &1 are active.
|
|
</dd>
|
|
<dt><b>CPF3330</b></dt>
|
|
<dd>Necessary resource not available.
|
|
</dd>
|
|
<dt><b>CPF3340</b></dt>
|
|
<dd>More than one file with specified name found in job &5/&4/&3.
|
|
</dd>
|
|
<dt><b>CPF3342</b></dt>
|
|
<dd>Job &5/&4/&3 not found.
|
|
</dd>
|
|
<dt><b>CPF3343</b></dt>
|
|
<dd>Duplicate job names found.
|
|
</dd>
|
|
<dt><b>CPF3344</b></dt>
|
|
<dd>File &1 number &8 no longer in the system.
|
|
</dd>
|
|
<dt><b>CPF3429</b></dt>
|
|
<dd>File &1 number &7 cannot be displayed, copied, or sent.
|
|
</dd>
|
|
<dt><b>CPF3482</b></dt>
|
|
<dd>Copy request failed. Spool file &1 is open.
|
|
</dd>
|
|
<dt><b>CPF3486</b></dt>
|
|
<dd>CHLVAL parameter value not valid.
|
|
</dd>
|
|
<dt><b>CPF3492</b></dt>
|
|
<dd>Not authorized to spooled file.
|
|
</dd>
|
|
<dt><b>CPF3493</b></dt>
|
|
<dd>CTLCHAR parameter not correct for file &1.
|
|
</dd>
|
|
<dt><b>CPF3499</b></dt>
|
|
<dd>Records in file &1 preceded all assigned channel values.
|
|
</dd>
|
|
<dt><b>CPF8055</b></dt>
|
|
<dd>Spooled file contains special device requirements. File not sent.
|
|
</dd>
|
|
<dt><b>CPF8063</b></dt>
|
|
<dd>Cannot assign necessary resource.
|
|
</dd>
|
|
<dt><b>CPF8066</b></dt>
|
|
<dd>One or more user identifiers on this command is not correct.
|
|
</dd>
|
|
<dt><b>CPF8067</b></dt>
|
|
<dd>File &1 not sent to any users.
|
|
</dd>
|
|
<dt><b>CPF8068</b></dt>
|
|
<dd>Error detected while processing file to be sent.
|
|
</dd>
|
|
<dt><b>CPF8072</b></dt>
|
|
<dd>Object to be sent is greater than maximum size of 2GB.
|
|
</dd>
|
|
<dt><b>CPF9005</b></dt>
|
|
<dd>System resource required to complete this request not available.
|
|
</dd>
|
|
<dt><b>CPF9006</b></dt>
|
|
<dd>User not enrolled in system distribution directory.
|
|
</dd>
|
|
<dt><b>CPF9820</b></dt>
|
|
<dd>Not authorized to use library &1.
|
|
</dd>
|
|
<dt><b>CPF9830</b></dt>
|
|
<dd>Cannot assign library &1.
|
|
</dd>
|
|
<dt><b>CPF9845</b></dt>
|
|
<dd>Error occurred while opening file &1.
|
|
</dd>
|
|
<dt><b>CPF9846</b></dt>
|
|
<dd>Error while processing file &1 in library &2.
|
|
</dd>
|
|
<dt><b>CPF9847</b></dt>
|
|
<dd>Error occurred while closing file &1 in library &2.
|
|
</dd>
|
|
<dt><b>CPF9849</b></dt>
|
|
<dd>Error while processing file &1 in library &2 member &3.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#SNDNETSPLF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|