65 lines
3.6 KiB
HTML
65 lines
3.6 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 lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<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))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="How to copy a DBCS table from a tape or diskette" />
|
|
<meta name="DC.subject" content="DBCS font table, copying from tape (restore)" />
|
|
<meta name="keywords" content="DBCS font table, copying from tape (restore)" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3copyfrom.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3cpyfromtord" />
|
|
<meta name="DC.Language" 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>How to copy a DBCS table from a tape or diskette</title>
|
|
</head>
|
|
<body id="rbal3cpyfromtord"><a name="rbal3cpyfromtord"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">How to copy a DBCS table from a tape or diskette</h1>
|
|
<div><div class="section"><div class="p">To copy a DBCS font table from tape or diskette onto the server: <ol><li>Load the removable media from which the table will be copied onto the
|
|
server.</li>
|
|
<li>Enter the <a href="../cl/cpyigctbl.htm">CPYIGCTBL</a> command
|
|
as follows: <ol type="a"><li>Choose the OPTION(*IN) value.</li>
|
|
<li>Use the DEV parameter to select the device from which to copy the DBCS
|
|
font table.</li>
|
|
<li>Use the SELECT and RANGE parameters to specify which portion of the table
|
|
will be copied from the tape or diskette. See the <a href="../rbam6/rbam6clmain.htm">CL</a> topic for a description of the CPYIGCTBL command and
|
|
for instructions on choosing SELECT and RANGE parameter values.</li>
|
|
</ol>
|
|
Here are two examples of commands used to copy a DBCS font
|
|
table to the server. <ul><li>To copy the DBCS font table QIGC2424 from diskette, enter: <pre>CPYIGCTBL IGCTBL(QIGC2424) OPTION(*IN) +
|
|
DEV(QDKT)</pre>
|
|
</li>
|
|
<li>To copy just the user-defined characters from DBCS font table QIGC2424
|
|
from tape and to replace the user-defined characters in the table with the
|
|
ones from the tape, enter: <pre>CPYIGCTBL IGCTBL(QIGC2424) OPTION(*IN) +
|
|
DEV(QTAP01) SELECT(*USER) RPLIMG(*YES)</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>Press the Enter key. The server copies the DBCS font table from the tape
|
|
or diskette onto the server.</li>
|
|
<li>Remove the tape or diskette after the server finishes copying the table.</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3copyfrom.htm" title="You can use the Copy DBCS Font Table (CPYIGCTBL) command to copy a DBCS font table from a tape or a diskette onto the server.">Copy a DBCS font table from tape or diskette</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |