DBCSOPTS

Purpose

The DBCSOPTS statement defines the format options for the Tivoli Workload Scheduler for z/OS Japanese language feature. You can specify this statement for a controller or standby controller.

For the online environment, DBCSOPTS should appear in the same member of the EQQPARM library as the statement. For the batch environment, it should appear in the same parameter library member as the BATCHOPT statement.

Important:
Use the same DBCSOPT statement definition for both online and batch initialization.

Format

Read syntax diagramSkip visual syntax diagram>>-DBCSOPTS--+----------------------+--------------------------->
             |         .-EBCDIC-.   |
             '-APPLID(-+-DBCS---+-)-'
 
>--+-----------------------+--+---------------------+----------><
   |          .-EBCDIC-.   |  |            .-KS-.   |
   '-OWNERID(-+-DBCS---+-)-'  '-SORTORDER(-+-KR-+-)-'
 

Parameters

APPLID(DBCS|EBCDIC)
Defines the format which the application ID field and the group definition ID field will be stored in the Tivoli Workload Scheduler for z/OS database. Specify DBCS if these fields should be stored in DBCS bracketed format. Specify EBCDIC if these fields should be stored in EBCDIC format.
Note:
You cannot use the Job Description dialog if you specify DBCS because it is not possible to specify a job name in DBCS format.
OWNERID(DBCS|EBCDIC)
Defines the format which the owner ID field will be stored in the Tivoli Workload Scheduler for z/OS database. Specify DBCS if the owner ID should be stored in DBCS bracketed format. Specify EBCDIC if it should be stored in EBCDIC format.
SORTORDER(KR|KS)
Defines the DBCS order to be used when sorting fields containing DBCS data. One of these types can be specified:
KR
Kanji basic radical stroke-count
KS
Kanji basic total stroke-count.

Examples

 DBCSOPTS APPLID(DBCS)    1 
          SORTORDER(KR)   2 

In this example of a DBCSOPTS statement:

 1 
Application IDs and group definition IDs will be stored in DBCS bracketed format.
 2 
DBCS fields will be sorted according to Kanji basic radical stroke-count in Tivoli Workload Scheduler for z/OS reports.