ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzalu_5.4.0.1/rzaluconstandalone.htm

110 lines
5.1 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?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>Stand-alone code pages</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="rzaluconstandalone"></a>
<h5 id="rzaluconstandalone">Stand-alone code pages</h5>
<p>Code pages supply consistent or similar characters across systems. For
example, a document created at one location using a specific code page could
be sent to a different location, printed on a different model printer, and
still look the same.</p>
<p>Code pages must be downloaded to the printer for use.</p>
<p>The following printers accept downloaded code pages: </p>
<ul>
<li>3112 (has resident fonts also)</li>
<li>3116 (has resident fonts also)</li>
<li>3130 (has resident fonts also)</li>
<li>3160 (has resident fonts also)</li>
<li>3812 (has resident fonts also)</li>
<li>3816 (has resident fonts also)</li>
<li>3820</li>
<li>3825</li>
<li>3827</li>
<li>3828 (MICR printer)</li>
<li>3829</li>
<li>3831</li>
<li>3835</li>
<li>3900&ndash;001</li>
<li>3900&ndash;AFCCU (has resident fonts also)</li>
<li>3900</li>
<li>3912 (has resident fonts also)</li>
<li>3916 (has resident fonts also)</li>
<li>3930 (has resident fonts also)</li>
<li>3935 (has resident fonts also)</li>
<li>4028 (has resident fonts also)</li>
<li>4312 (has resident fonts also)</li>
<li>4317 (has resident fonts also)</li>
<li>4324 (has resident fonts also)</li>
<li>Infoprint&reg; 20 (has resident fonts also)</li>
<li>Infoprint 32 (has resident fonts also)</li>
<li>Infoprint 3000 (has resident fonts also)</li>
<li>Infoprint 4000 (has resident fonts also)</li></ul>
<p><span class="bold">Naming convention for code pages</span></p>
<p>Like character sets, code pages are named in a number of ways. One way
is with a code page name. These code pages are downloaded to the printer.
The code page name can be up to 8 characters long. Code page names are used
with character set names for printing on printers such as the 3820, 3825,
3827, or 3835.</p>
<p>Another way is with a code page global identifier (CPGID). CPGIDs are
printer-resident code pages and have numbers for names (for example, 259 or
500). Generally, printers with resident fonts use CPGIDs to name the printer-resident
code pages. CPGIDs are also used within CHRIDs.</p>
<p>For example, in the code page name T1V10500: </p>
<dl>
<dt class="bold">T</dt>
<dd>The <span class="bold">T</span> means that this object is a code page.
</dd>
<dt class="bold">1</dt>
<dd>This is always a 1.
</dd>
<dt class="bold">V1</dt>
<dd>The <span class="bold">V1</span> means that this is version 1 of this code
page.
</dd>
<dt class="bold">0500</dt>
<dd>The <span class="bold">0500</span> is the code page name, number, or category.
In this example 500 is the code page name.
</dd>
</dl>
<p><span class="bold">Selecting code pages</span></p>
<p>Code pages are selected by specifying a certain value for the code page
(CDEPAG) parameter of the printer file.</p>
<p>If you choose to use code pages with your applications, you must also specify
a font character set (by providing a value for the FNTCHRSET parameter of
the printer file being used).</p>
<p><span class="bold">Substituting code pages</span></p>
<p>Substitution of code pages occurs for the following reasons: </p>
<ul>
<li>The application specifies a code page that is resident on a printer and
the printer being used does not have resident code pages.</li>
<li>The application specifies a code page that is resident on the host system
(iSeries server) and the printer being used has resident code pages (not capable
of accepting downloaded code pages).</li>
<li>The job requesting the code page is not authorized to it.</li>
<li>The code page cannot be found.</li>
<li>The job is not authorized to the library where the code page is stored.</li></ul>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>