65 lines
4.8 KiB
HTML
65 lines
4.8 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="task" />
|
||
|
<meta name="DC.Title" content="Create an output queue" />
|
||
|
<meta name="abstract" content="The Create Output Queue (CRTOUTQ) command creates a new output queue for spooled files. An entry is placed on the output queue for each spooled file. The order in which the files are written to the output device is determined by the output priority of the spooled file and the value specified on the Order of files on queue prompt (SEQ parameter). Use the character-based interface to create an output queue." />
|
||
|
<meta name="description" content="The Create Output Queue (CRTOUTQ) command creates a new output queue for spooled files. An entry is placed on the output queue for each spooled file. The order in which the files are written to the output device is determined by the output priority of the spooled file and the value specified on the Order of files on queue prompt (SEQ parameter). Use the character-based interface to create an output queue." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanageoutputqueue.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakscreateoutputqueue" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Create an output queue</title>
|
||
|
</head>
|
||
|
<body id="rzakscreateoutputqueue"><a name="rzakscreateoutputqueue"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Create an output queue</h1>
|
||
|
<div><p>The Create Output Queue (<span class="cmdname">CRTOUTQ</span>) command creates
|
||
|
a new output queue for spooled files. An entry is placed on the output queue
|
||
|
for each spooled file. The order in which the files are written to the output
|
||
|
device is determined by the output priority of the spooled file and the value
|
||
|
specified on the Order of files on queue prompt (<span class="parmname">SEQ</span> parameter).
|
||
|
Use the character-based interface to create an output queue.</p>
|
||
|
<div class="section"><strong>Command</strong>: <span class="cmdname">CRTOUTQ</span> (Create Output Queue)</div>
|
||
|
<div class="example"><strong>Example:</strong> This command creates an output queue named DEPTAPRT
|
||
|
and puts it in the current library. Because AUT(*EXCLUDE) is specified and
|
||
|
OPRCTL(*YES) is assumed, the output queue can be used and controlled only
|
||
|
by the user who created the queue and users who have job control authority
|
||
|
or spooled control authority. Because SEQ(*FIFO) is specified, spooled files
|
||
|
are placed in first-in first-out order on the queue. If users in Department
|
||
|
A are authorized to use this output queue, the Grant Object Authority (<span class="cmdname">GRTOBJAUT</span>)
|
||
|
command must be used to grant them necessary authority. Data contained in
|
||
|
files on this queue can be displayed only by users who own the files, by the
|
||
|
owner of the queue, by users with job control authority, or by users which
|
||
|
spool control authority. By default, no job separator is printed at the beginning
|
||
|
of the output for each job.<blockquote><pre>CRTOUTQ OUTQ(DEPTAPRT) AUT(*EXCLUDE) SEQ(*FIFO)
|
||
|
TEXT('SPECIAL PRINTER FILES FOR DEPTA')</pre>
|
||
|
</blockquote>
|
||
|
<div class="p">Example:
|
||
|
The following is another example of how you can create an output queue.<blockquote><pre>CRTOUTQ OUTQ(QGPL/JONES) +
|
||
|
TEXT('Output queue for Mike Jones')</pre>
|
||
|
</blockquote>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanageoutputqueue.htm" title="Output queues help you manage printer output created when a job ends. It is important to understand how to effectively maintain your output queues so that your printed output processes smoothly.">Manage output queues</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|