Previous Topic: When to UseNext Topic: Example JCL


How to Use

Multi-User mode is required to execute this command.

Note: If you are using SQL, you must restart the MUF after running this command.

To activate DBCS support, use the following command:

►►─ CXXMAINT OPTION=ALTER,DBCS= ─┬─ FM ──┬────────────────────────────────────►◄
                                 ├─ FS ──┤
                                 ├─ IM ──┤
                                 ├─ IS ──┤
                                 └─ OFF ─┘

Command

CXXMAINT

Invokes the function for Directory maintenance.

Required Keywords

OPTION=ALTER

Requests the CXXMAINT ALTER option.

,DBCS=

Indicates whether to use a double-byte character set and what type.

FM

Indicates that Fujitsu standard shift codes (28,29) are to be used for mixed data and that new character fields are to be defaulted to have the MIXED attribute.

FS

Indicates that Fujitsu standard shift codes (28,29) are to be used for mixed data and that new character fields are to be defaulted to have the SBCS attribute.

IM

Indicates that IBM standard shift codes (0E,0F) are to be used for mixed data and that new character fields are to be defaulted to have the MIXED attribute.

IS

Indicates that IBM standard shift codes (0E,0F) are to be used for mixed data and that new character fields are to be defaulted to have the SBCS attribute.

OFF

Indicates that the DBCS features are to be disabled.

Valid Entries:

FM, FS, IM, IS, or OFF

Default Value:

(No default)