55 lines
3.1 KiB
HTML
55 lines
3.1 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>QWP4019 program</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="rzaluxqwp4019"></a>
|
||
|
<h3 id="rzaluxqwp4019">QWP4019 program</h3>
|
||
|
<p>QWP4019 is an IBM-supplied program that you can call to set flags on and
|
||
|
off in a printer device description. Setting the flags on enables functions
|
||
|
not accessible through the Create Device Description (Printer) (CRTDEVPRT)
|
||
|
or Change Device Description (Printer) (CHGDEVPRT) commands. For example,
|
||
|
the following tells the iSeries server that PRT01 has a continuous form feed
|
||
|
device:</p>
|
||
|
<pre class="xmp">CALL QWP4019 (PRT01 *CNT)</pre>
|
||
|
<p>Since the flags are stored in the device description, QWP4019 only needs
|
||
|
to be run once for each printer and each function. The flags can be changed
|
||
|
only by running QWP4019 or deleting the device description. To make sure the
|
||
|
flag is set, it is recommended that the printer writer for that printer be
|
||
|
restarted after the QWP4019 program has been called.</p>
|
||
|
<p>The QWP4019 program allows you to take advantage of functions available
|
||
|
on an attached printer but not supported by the emulator you are using. </p>
|
||
|
<a name="wq472"></a>
|
||
|
<div class="notetitle" id="wq472">Note:</div>
|
||
|
<div class="notebody">The QWP4019 program was designed to make the 4019 fonts available
|
||
|
for the IBM® LaserPrinter 4019 printer using emulation. Additional parameters
|
||
|
can be specified to enable functions in the SCS printers. Most of these parameters
|
||
|
are only valid for printers considered as a 5219 or 3812.</div>
|
||
|
<p>See the following for more information:</p>
|
||
|
<ul>
|
||
|
<li><a href="rzaluxqwp4019parms.htm#rzaluxqwp4019parms">QWP4019 parameter names and functions</a></li>
|
||
|
<li><a href="rzaluxqwp4019xmp.htm#rzaluxqwp4019xmp">QWP4019 program use</a></li></ul>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|