Copy DBCS Master Sort Table (CPYIGCSRT)

Where allowed to run:

  • Batch job (*BATCH)

  • Interactive job (*INTERACT)

  • Interactive program (*IPGM)

  • Batch REXX procedure (*BREXX)

  • Interactive REXX procedure (*IREXX)

  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

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.

 

Error messages for CPYIGCSRT

None

Top


 

Parameters

Keyword Description Choices Notes
OPTION Copy direction *OUT, *IN Required, Positional 1
FILE File Qualified object name Optional, Positional 2
Qualifier 1: File Name, #KAMAST
Qualifier 2: Library Name, *CURLIB, *LIBL
MBR Member Name, *FIRST, *FILE Optional, Positional 3

Top

 

Copy direction (OPTION)

Specifies how the DBCS master sort table is copied.

The possible values are:

*IN

The DBCS master sort table is copied from a file.

*OUT

The DBCS master sort table is copied to a file.

Top

 

File (FILE)

Specifies the name of the file to use for copying.

The possible values are:

#KAMAST

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.

file-name

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.

Top

 

Member (MEMBER)

Specifies the physical file member to use for copying.

The possible values are:

*FIRST

The first member in the file is used.

*FILE

The file name identifies the file member to be used.

member-name

The name of a physical file member to use for copying.

Top


 

Examples

None

Top


Error messages

None

Top