128 lines
5.5 KiB
HTML
128 lines
5.5 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>QPQCHGCF parameter names and functions</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="rzaludbcsqpqchgcf"></a>
|
|
<h4 id="rzaludbcsqpqchgcf">QPQCHGCF parameter names and functions</h4>
|
|
<p>QPQCHGCF has the following parameters:</p>
|
|
<a name="wq489"></a>
|
|
<div class="notetitle" id="wq489">Parameters:</div>
|
|
<div class="notebody">
|
|
<a name="wq490"></a>
|
|
<table id="wq490" width="100%" summary="" border="0" frame="void" rules="none">
|
|
<tbody valign="top">
|
|
<tr>
|
|
<td width="25%" align="right">1</td>
|
|
<td width="25%" align="left">Coded font name</td>
|
|
<td width="25%" align="left">Input</td>
|
|
<td width="25%" align="left">Char(8)</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">2</td>
|
|
<td align="left">Coded font library name</td>
|
|
<td align="left">Input</td>
|
|
<td align="left">Char(10)</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">3</td>
|
|
<td align="left">Font character set name</td>
|
|
<td align="left">Input</td>
|
|
<td align="left">Char(10)</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">4</td>
|
|
<td align="left">Resident font indicator</td>
|
|
<td align="left">Input</td>
|
|
<td align="left">Char(4)</td>
|
|
</tr>
|
|
</tbody>
|
|
</table></div>
|
|
<dl class="parml">
|
|
<dt class="bold">Coded font name:</dt>
|
|
<dd>Specifies the name of the coded font to be marked. This is an 8-character
|
|
input parameter.
|
|
</dd>
|
|
<dt class="bold">Coded font library name</dt>
|
|
<dd>Specifies the name of the library containing the coded font. This is
|
|
a 10-character input parameter.
|
|
<p>You can use the following special
|
|
value for the library name: </p>
|
|
<dl>
|
|
<dt class="bold">*LIBL</dt>
|
|
<dd>This indicates that the job's current library list will be used to search
|
|
for the coded font.
|
|
</dd>
|
|
</dl>
|
|
</dd>
|
|
<dt class="bold">Font character set name:</dt>
|
|
<dd>Specifies the name of the font character set to mark within the coded
|
|
font. This is an 8-character input parameter.
|
|
<p>The font character
|
|
set name can be specified with the following special value: </p>
|
|
<dl>
|
|
<dt class="bold">*ALL</dt>
|
|
<dd>This indicates that all the font character set and code page pairs in
|
|
the coded font are to be marked.
|
|
</dd>
|
|
</dl>
|
|
<p>The font character set name can be a generic name. A generic name
|
|
is a character string of one or more characters followed by an asterisk (*);
|
|
for example, C0S0*. The asterisk substitutes for any valid characters. A generic
|
|
name specifies all font character sets with names that begin with the generic
|
|
prefix. If an asterisk is not included in the name, the system assumes it
|
|
to be the complete font character set name. To change all the font character
|
|
sets in a certain range, for example, C0G16F70 - C0G16F7F, you should specify
|
|
C0G16F7* for the font character set name. Specifying C0G16F* would be the
|
|
same as *ALL and change all the font character sets in the coded font (assuming
|
|
all font character set names started with C0G16F0).</p>
|
|
</dd>
|
|
<dt class="bold">Resident font indicator:</dt>
|
|
<dd>Specifies whether the font character set is resident in the printer,
|
|
or if it is not resident in the printer and needs to be downloaded by the
|
|
system.
|
|
<p><span class="pkdef">*NO:</span> The font character set is not resident
|
|
in the printer and needs to be downloaded by the system to the printer. Also,
|
|
the font character set might be resident in the printer, but has been modified.
|
|
In that case, *NO should be specified.</p>
|
|
<p>:PK *YES: The font character
|
|
set is resident in the printer and does not need to be downloaded by the system
|
|
to the printer.</p>
|
|
</dd>
|
|
</dl>
|
|
<a name="wq491"></a>
|
|
<div class="notetitle" id="wq491">Note:</div>
|
|
<div class="notebody"></div>
|
|
<ul class="simple">
|
|
<li>All IBM®-supplied coded fonts are shipped with the resident font indicator
|
|
turned off. That means the entire font will be downloaded unless the QPQCHGCF
|
|
program is run to mark the IBM-supplied sections as resident.</li>
|
|
<li>The font character set and code page pair are treated the same for marking
|
|
them resident or needing to be downloaded. If the font character set has changed,
|
|
then the corresponding code page will also be marked as needing to downloaded.
|
|
If the code page has been changed, then the corresponding font character will
|
|
also be marked as needing to be downloaded.</li></ul>
|
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
|
</body>
|
|
</html>
|