55 lines
3.4 KiB
HTML
55 lines
3.4 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="dc.language" scheme="rfc1766" 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. -->
|
||
|
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<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))' />
|
||
|
<title>Allow direct printing</title>
|
||
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
||
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
||
|
|
||
|
|
||
|
<a name="rzaludirectprt"></a>
|
||
|
<h4 id="rzaludirectprt">Allow direct printing</h4>
|
||
|
<p>Direct printing is when the *SPOOL parameter in the printer file is set
|
||
|
to *NO and output data is written directly to the printer.</p>
|
||
|
<p>A printer can be shared between a printer writer and direct print jobs.
|
||
|
To allow direct print jobs as well as spooled files for a printer, specify
|
||
|
*YES on the ALWDRTPRT parameter of the Start (<a href="../cl/strprtwtr.htm">PRTWTR</a>) command. This causes the printer writer to release the printer for direct
|
||
|
print jobs when either of the following conditions is true:</p>
|
||
|
<ul>
|
||
|
<li>The printer writer is held.</li>
|
||
|
<li>The output queue associated with the printer contains no spooled files
|
||
|
waiting to print.</li></ul>
|
||
|
<p>When using direct printing, you must also be concerned with the WAITFILE
|
||
|
parameter in the printer file. The WAITFILE parameter specifies how long a
|
||
|
direct print job should wait if the printer is busy before being cancelled.
|
||
|
The default value for the WAITFILE parameter is *IMMED. It is recommended
|
||
|
that the WAITFILE parameter be set to 2 or 3 minutes. If you set the value
|
||
|
of the WAITFILE too large, you can tie up your interactive session while waiting
|
||
|
for the job to print.</p>
|
||
|
<p>The STRPRTWTR command can be modified to allow all printers being started
|
||
|
to accept direct print jobs. Use the Change Command Default (<a href="../cl/chgcmddft.htm">CHGCMDDFT</a>) command to set the value of the value of the ALWDRTPRT parameter
|
||
|
to *YES. Thereafter, when the STRPRTWTR command is used, direct printing is
|
||
|
enabled.</p>
|
||
|
<p>The Change Writer (CHGWTR) command cannot be used to enable direct printing.</p>
|
||
|
<p>Direct printing is not supported on printers configured for Advanced Function Presentation™ (AFP™).</p>
|
||
|
<p>For more information about direct printing, see <a href="rzaludirprt.htm#rzaludirprt">Direct print considerations</a>.</p>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|