116 lines
4.7 KiB
HTML
116 lines
4.7 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>Check DBCS Font Table (CHKIGCTBL)</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="CHKIGCTBL.Top_Of_Page"></a>
|
|
<h2>Check DBCS Font Table (CHKIGCTBL)</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="#CHKIGCTBL.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#CHKIGCTBL.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#CHKIGCTBL.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="CHKIGCTBL"></a>
|
|
<p>The Check DBCS Font Table (CHKIGCTBL) command checks the existence of a specified double-byte character set (DBCS) font table. Use this command to verify that one of the tables in the system prints and displays characters in the matrix pattern used by a given device. If the table does not exist, the system sends you a message. If the table exists, the system does not send you a message.
|
|
</p>
|
|
<p>DBCS font tables contain the images, in a given dot matrix, of the double-byte extension characters used on the system. The system refers to the tables when printing and displaying these characters. There are separate tables for each character image matrix used by devices attached to the system.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKIGCTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="CHKIGCTBL.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="#CHKIGCTBL.IGCTBL"><b>IGCTBL</b></a></td>
|
|
<td valign="top">DBCS font table</td>
|
|
<td valign="top"><i>Name</i>, QIGC2424, QIGC2424K, QIGC2424C, QIGC2424S, QIGC3232, QIGC3232S</td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKIGCTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="CHKIGCTBL.IGCTBL"></a>
|
|
<h3>DBCS font table (IGCTBL)</h3>
|
|
<p>Specifies the name of the double-byte character set (DBCS) font table whose existence is being checked. Choose one of the following table names:
|
|
</p>
|
|
<dl>
|
|
<dt><b>QIGC2424</b></dt>
|
|
<dd>The Japanese DBCS font table is used for displaying and printing extension characters in a 24 by 24 dot matrix image.
|
|
</dd>
|
|
<dt><b>QIGC2424C</b></dt>
|
|
<dd>The Traditional Chinese DBCS font table is used for printing extension characters in a 24 by 24 dot matrix image.
|
|
</dd>
|
|
<dt><b>QIGC2424K</b></dt>
|
|
<dd>The Korean DBCS font table is used for printing extension characters in a 24 by 24 dot matrix image.
|
|
</dd>
|
|
<dt><b>QIGC2424S</b></dt>
|
|
<dd>The Simplified Chinese DBCS font table is used for printing extension characters in a 24 by 24 dot matrix image.
|
|
</dd>
|
|
<dt><b>QIGC3232</b></dt>
|
|
<dd>The Japanese DBCS font table is used for displaying and printing extension characters in a 32 by 32 dot matrix image.
|
|
</dd>
|
|
<dt><b>QIGC3232S</b></dt>
|
|
<dd>The Simplified Chinese DBCS font table is used for printing extension characters in a 32 by 32 dot matrix image.
|
|
</dd>
|
|
<dt><b>QIGCrrccl</b></dt>
|
|
<dd>Specify the name of the DBCS font table being checked for. The name 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 <i>l</i> is an optional language identifier.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKIGCTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CHKIGCTBL.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
CHKIGCTBL IGCTBL(QIGC2424)
|
|
</pre>
|
|
</p>
|
|
<p>This command causes the system to check for the Japanese DBCS font table that contains character images in a 24-by-24 dot matrix image.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKIGCTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CHKIGCTBL.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF8421</b></dt>
|
|
<dd>DBCS font table &1 not found.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CHKIGCTBL.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|