DBCSOPTS

Purpose

The DBCSOPTS statement defines the format options for the HCL Workload Automation for Z Japanese language feature. You can specify this statement for a controller or standby controller.

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

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

Format


1  DBCSOPTS?  APPLID (
2.1! EBCDIC
2.1 DBCS
1 )?  OWNERID (
2.1! EBCDIC
2.1 DBCS
1 )?  SORTORDER (
2.1! KS
2.1 KR
1 )

Parameters

APPLID(DBCS|EBCDIC)
Defines the format for storing the application ID field and group definition ID field in the HCL Workload Automation for Z database. Specify DBCS if these fields are stored in DBCS bracketed format. Specify EBCDIC if these fields are stored in EBCDIC format.
Note: You cannot use the Job Description dialog if you specify DBCS, because the job name cannot be specified in DBCS format.
OWNERID(DBCS|EBCDIC)
Defines the format for storing the owner ID field in the HCL Workload Automation for Z database. Specify DBCS if the owner ID is stored in DBCS bracketed format. Specify EBCDIC if it is stored in EBCDIC format.
SORTORDER(KR|KS)
Defines the DBCS order to be used when sorting fields containing DBCS data. You can specify one of the following types:
KR
Kanji basic radical stroke-count
KS
Kanji basic total stroke-count.
 DBCSOPTS APPLID(DBCS)   1
          SORTORDER(KR)  2
In this example of a DBCSOPTS statement:
1
Application IDs and group definition IDs are stored in DBCS bracketed format.
2
DBCS fields are sorted according to Kanji basic radical stroke-count in HCL Workload Automation for Z reports.