97 lines
5.2 KiB
HTML
97 lines
5.2 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="reference" />
|
||
|
<meta name="DC.Title" content="OUTBIN (Output Bin) keyword in printer files" />
|
||
|
<meta name="abstract" content="Use this record-level keyword to specify the destination of the output on printers capable of multiple output bins." />
|
||
|
<meta name="description" content="Use this record-level keyword to specify the destination of the output on printers capable of multiple output bins." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakdmstprkey.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakdmstoutbin" />
|
||
|
<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>OUTBIN (Output Bin) keyword in printer files</title>
|
||
|
</head>
|
||
|
<body id="rzakdmstoutbin"><a name="rzakdmstoutbin"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">OUTBIN (Output Bin) keyword in printer files</h1>
|
||
|
<div><p>Use this record-level keyword to specify the destination of the
|
||
|
output on printers capable of multiple output bins.</p>
|
||
|
<div class="section"><p> The format of the keyword is:</p>
|
||
|
<pre>OUTBIN(output-bin number | &output-bin number)</pre>
|
||
|
<p>The
|
||
|
possible values are:</p>
|
||
|
<dl><dt class="dlterm">*DEVD</dt>
|
||
|
<dd>The destination of the output is the device default output bin.</dd>
|
||
|
<dt class="dlterm">output-bin</dt>
|
||
|
<dd>Specify the output bin for the destination of the output. Valid values
|
||
|
range from 1 through 65535.</dd>
|
||
|
</dl>
|
||
|
<p>You can specify the output bin number as a constant or a
|
||
|
program-to-system field. When you specify the output bin number as a program-to-system
|
||
|
field, the field must exist in the same record format as the OUTBIN keyword.
|
||
|
It must be defined as a length of 5 with 0 decimal positions, data type S
|
||
|
and usage P.</p>
|
||
|
<p>If you do not specify the OUTBIN keyword, the value specified
|
||
|
on the OUTBIN parameter on the CRTPRTF, CHGPRTF, or OVRPRTF command determines
|
||
|
the output bin value.</p>
|
||
|
<p>Specify DEVTYPE(*AFPDS) on the CRTPRTF command
|
||
|
when OUTBIN is specified in the file. If DEVTYPE is changed to anything other
|
||
|
than *AFPDS, the keyword is ignored and a warning message is issued at print
|
||
|
time.</p>
|
||
|
<p>OUTBIN is ignored at run time if it is not specified
|
||
|
on a page boundary. The printer is on a page boundary when no named or constant
|
||
|
fields are processed for a page. As soon as a named or constant field is
|
||
|
processed, the printer is no longer on a page boundary. The printer is on
|
||
|
a page boundary again when a SKIP, SPACE, ENDPAGE, or INVMMAP keyword is processed,
|
||
|
which causes the printer to move to a new page.</p>
|
||
|
<p>OUTBIN, SKIP, and SPACE
|
||
|
keywords are processed in the following order:</p>
|
||
|
<pre>SKIPB
|
||
|
SPACEB
|
||
|
OUTBIN
|
||
|
SPACEA
|
||
|
SKIPA </pre>
|
||
|
<p>OUTBIN is in effect only for the record
|
||
|
format specified. After records with the specified record format are processed,
|
||
|
the output bin for the next record format (if the OUTBIN keyword is not specified)
|
||
|
is the outbin specified at the file level (CRTPRTF, CHGPRTF, or OVRPRTF )
|
||
|
command.</p>
|
||
|
<p>Job and file separator pages will only be placed into the output
|
||
|
bin specified on the printer file.</p>
|
||
|
<p>Option indicators are valid for this
|
||
|
keyword.</p>
|
||
|
<div class="note"><span class="notetitle">Note:</span> Use of this DDS keyword will cause a spool file to be generated
|
||
|
that will not be correctly printed when sending the spool file to MVS™. The spool
|
||
|
file with not print and will be held on the output queue by PSF/MVS.</div>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
|
||
|
the OUTBIN keyword.</p>
|
||
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
||
|
A*
|
||
|
A R REC1 OUTBIN(2)
|
||
|
A FLD1 5A 60 10
|
||
|
A*</pre>
|
||
|
<p>When REC1 is printed, it will directed to output bin 2.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakdmstprkey.htm" title="See the valid keyword entries for defining printer files in this topic.">Keyword entries for printer files (positions 45 through 80)</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|