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

156 lines
5.0 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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 DBCS Master Sort Table (CPYIGCSRT)</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="CPYIGCSRT.Top_Of_Page"></a>
<h2>Copy DBCS Master Sort Table (CPYIGCSRT)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>
<ul><li>Batch job (*BATCH)</li>
<li>Interactive job (*INTERACT)</li>
<li>Interactive program (*IPGM)</li>
<li>Batch REXX procedure (*BREXX)</li>
<li>Interactive REXX procedure (*IREXX)</li>
<li>Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)</li>
</ul><b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#CPYIGCSRT.PARAMETERS.TABLE">Parameters</a><br>
<a href="#CPYIGCSRT.COMMAND.EXAMPLES">Examples</a><br>
<a href="#CPYIGCSRT.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="CPYIGCSRT"></a>
<p>The CPYIGCSRT (Copy DBCS Master Sort Table) command copies the DBCS master sort table for Japanese DBCS characters either from a data file to the DBCS master sort table object or from the DBCS master sort table object to a data file. Use the CPYIGCSRT command to copy characters to or from the master file that is moving to or has moved from the System/36 system.
</p>
<h3>Error messages for CPYIGCSRT</h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CPYIGCSRT.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="#CPYIGCSRT.OPTION"><b>OPTION</b></a></td>
<td valign="top">Copy direction</td>
<td valign="top">*OUT, *IN</td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#CPYIGCSRT.FILE"><b>FILE</b></a></td>
<td valign="top">File</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top">Qualifier 1: File</td>
<td valign="top"><i>Name</i>, <b><u>#KAMAST</u></b></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*CURLIB</u></b>, *LIBL</td>
</tr><tr>
<td valign="top"><a href="#CPYIGCSRT.MBR"><b>MBR</b></a></td>
<td valign="top">Member</td>
<td valign="top"><i>Name</i>, <b><u>*FIRST</u></b>, *FILE</td>
<td valign="top">Optional, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="CPYIGCSRT.OPTION"></a>
<h3>Copy direction (OPTION)</h3>
<p>Specifies how the DBCS master sort table is copied.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*IN</b></dt>
<dd>The DBCS master sort table is copied from a file.
</dd>
<dt><b>*OUT</b></dt>
<dd>The DBCS master sort table is copied to a file.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CPYIGCSRT.FILE"></a>
<h3>File (FILE)</h3>
<p>Specifies the name of the file to use for copying.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>#KAMAST</u></b></dt>
<dd>This file is used if you do not specify another file name. #KAMAST is the name of the master file on the System/36 system.
</dd>
<dt><b>file-name</b></dt>
<dd>The name of a physical file with a record length of 20 characters. If you are copying the sort table from this file, the file must already exist.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="CPYIGCSRT.MBR"></a>
<h3>Member (MEMBER)</h3>
<p>Specifies the physical file member to use for copying.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*FIRST</b></dt>
<dd>The first member in the file is used.
</dd>
<dt><b>*FILE</b></dt>
<dd>The file name identifies the file member to be used.
</dd>
<dt><b>member-name</b></dt>
<dd>The name of a physical file member to use for copying.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="CPYIGCSRT.COMMAND.EXAMPLES">Examples</a></h3>None
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="CPYIGCSRT.ERROR.MESSAGES">Error messages</a> </h3>
<p>None
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#CPYIGCSRT.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>