Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create DBCS Conversion Dictionary (CRTIGCDCT) command creates the specified double-byte character set (DBCS) conversion dictionary and stores that dictionary in the specified library. The dictionary contains alphanumeric entries and their related DBCS words. The system refers to DBCS conversion dictionaries when doing DBCS conversion.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
IGCDCT | DBCS conversion dictionary | Qualified object name | Required, Positional 1 |
Qualifier 1: DBCS conversion dictionary | Name | ||
Qualifier 2: Library | Name, *CURLIB | ||
TEXT | Text 'description' | Character value, *BLANK | Optional |
AUT | Authority | Element list | Optional |
Element 1: | Character value, *LIBCRTAUT, *CHANGE, *ALL, *USE, *EXCLUDE |
Top |
Specifies the name of the double-byte character set (DBCS) conversion dictionary created and the library in which it is stored. If you do not specify a library name, the dictionary is stored in the current library for the job. If no library is specified as the current library for the job, QGPL is used.
This is a required parameter.
Note: A user-created DBCS conversion dictionary can have any name, but is used for performing DBCS conversion only if it is named QUSRIGCDCT.
Top |
Specifies the text that briefly describes the object.
Top |
Specifies the authority you are giving to users who do not have specific authority for the object, who are not on an authorization list, and whose group profile or supplemental group profiles do not have specific authority for the object.
Top |
CRTIGCDCT IGCDCT(DBCSLIB/QUSRIGCDCT)
This command creates a DBCS conversion dictionary named QUSRIGCDCT, which is stored in the library DBCSLIB.
Top |
Top |