ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/cpytopcff.htm

181 lines
7.5 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Copy To PCF File (CPYTOPCFF)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="CPYTOPCFF.Top_Of_Page"></a>
<h2>Copy To PCF File (CPYTOPCFF)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#CPYTOPCFF.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CPYTOPCFF.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CPYTOPCFF.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CPYTOPCFF"></a>
<p>The Copy to Portable Compiled Format font file (CPYTOPCFF) command copies all of user-defined DBCS character fonts contained in a double-byte character set (DBCS) font table to an existing PCF font file. During the copy operation, a dot matrix conversion is automatically performed. See the description for the Copy From PCF File (CPYFRMPCFF) command for a table that lists the supported dot matrix conversions. There is also a table that lists the maximum number of user-defined DBCS character fonts that can be copied for each type of DBCS font table.
</p>
<p><b>Restrictions:</b> You must have the following authority:
</p>
<ol>
<li>*USE authority to the CPYIGCTBL, CRTPF, CHKIN and CHKOUT commands.
</li>
<li>*USE authority to the DBCS font table.
</li>
<li>*X authority to directories in the PCF file path name prefix.
</li>
<li>*RW authority to the PCF font file.
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CPYTOPCFF.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#CPYTOPCFF.FROMIGCTBL"><b>FROMIGCTBL</b></a></td>
<td valign="top">From DBCS font table</td>
<td valign="top">QIGC2424, QIGC2424K, QIGC2424C, QIGC2424S, QIGC3232, QIGC3232S</td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#CPYTOPCFF.TOPCFF"><b>TOPCFF</b></a></td>
<td valign="top">To PCF file</td>
<td valign="top"><i>Path name</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#CPYTOPCFF.RPLFNT"><b>RPLFNT</b></a></td>
<td valign="top">Replace font</td>
<td valign="top"><b><u>*NO</u></b>, *YES</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CPYTOPCFF.FROMIGCTBL"></a>
<h3>From DBCS font table (FROMIGCTBL)</h3>
<p>Specifies the name of the DBCS font table from which all user-defined DBCS character fonts are copied.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b>QIGC2424</b></dt>
<dd>The Japanese DBCS font table used for displaying and printing extension characters in a 24-by-24 dot matrix font.
</dd>
<dt><b>QIGC2424C</b></dt>
<dd>The Traditional Chinese DBCS font table used for printing extension characters in a 24-by-24 dot matrix font.
</dd>
<dt><b>QIGC2424K</b></dt>
<dd>The Korean DBCS font table used for printing extension characters in a 24-by-24 dot matrix font.
</dd>
<dt><b>QIGC2424S</b></dt>
<dd>The Simplified Chinese DBCS font table used for printing extension characters in a 24-by-24 dot matrix font.
</dd>
<dt><b>QIGC3232</b></dt>
<dd>The Japanese DBCS font table used for displaying and printing extension characters in a 32-by-32 dot matrix font.
</dd>
<dt><b>QIGC3232S</b></dt>
<dd>The Simplified Chinese DBCS font table used for printing extension characters in a 32-by-32 dot matrix font.
</dd>
<dt><b>QIGCrrccl</b></dt>
<dd>The name of the DBCS font table to be copied must always be in the format QIGCrrccl, where <i>rr</i> is the table row matrix size, <i>cc</i> is the table column matrix size, and the letter <i>l</i> is an optional language identifier.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CPYTOPCFF.TOPCFF"></a>
<h3>To PCF file (TOPCFF)</h3>
<p>Specifies the path name of the PCF file to which user-defined character fonts are copied. The PCF file and all directories in the path name must exist. The PCF file is a stream file object, and it must be a user-defined character set with UCS-2 encoding.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CPYTOPCFF.RPLFNT"></a>
<h3>Replace font (RPLFNT)</h3>
<p>Specifies whether user-defined DBCS character fonts in the specified PCF font file are replaced with those from the specified DBCS font table.
</p>
<dl>
<dt><b><u>*NO</u></b></dt>
<dd>The system does not replace user-defined DBCS character fonts in the PCF font file with those from the specified DBCS font table.
</dd>
<dt><b>*YES</b></dt>
<dd>The system replaces user-defined DBCS character fonts in the PCF font file with those from the specified DBCS font table.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CPYTOPCFF.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Copying Without Replacing Existing Fonts</b>
</p>
<p>
<pre>
CPYTOPCFF QIGC2424
'/QIBM/ProdData/NetworkStation/fonts/pcf/IBM_JPN12.pcf'
RPLFNT(*NO)
</pre>
</p>
<p>This command copies all user-defined DBCS character fonts contained in the Japanese DBCS font table QIGC2424 (24-by-24 dot matrix font) to the Japanese PCF file named IBM_JPN12.pcf (16-by-16 dot matrix font) in directory /QIBM/ProdData/NetworkStation/fonts/pcf. Only user-defined DBCS character fonts that are not found in the PCF file are copied. During the copy operation, user-defined DBCS character fonts are converted from 24-by-24 dot matrix to 16-by-16 dot matrix.
</p>
<p><b>Example 2: Copying Replacing Existing Fonts</b>
</p>
<p>
<pre>
CPYTOPCFF QIGC2424C
'/QIBM/ProdData/NetworkStation/fonts/pcf/Chtpc23.pcf'
RPLFNT(*YES)
</pre>
</p>
<p>This command copies all user-defined DBCS character fonts contained in the Traditional Chinese DBCS font table QIGC2424C (24-by-24 dot matrix font) to the Traditional Chinese PCF file named Chtpc23.pcf (32-by-32 dot matrix font) in directory /QIBM/ProdData/NetworkStation/fonts/pcf. User-defined DBCS character fonts in the PCF file are replaced with those found on the DBCS font table. During the copy operation, user-defined DBCS character fonts are converted from 24-by-24 dot matrix to 32-by-32 dot matrix.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CPYTOPCFF.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPFB7A7</b></dt>
<dd>&amp;1 command ended due to error.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYTOPCFF.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>