Previous Topic: Impact on RecoveryNext Topic: Example JCL


How to Use

The MUF must be active when you execute this command. Execute the DBUTLTY with the following command:

►►─ CXXMAINT OPTION=ALTER,DBID=n,LOGGING= ─┬─ NO ──┬─ ,TABLE=t ───────────────►◄
                                           └─ YES ─┘

Command

CXXMAINT

Invokes the function for Directory maintenance.

Required Keywords

OPTION=ALTER

Requests the CXXMAINT ALTER option.

,DBID=

Identifies the database containing the table for which logging is to be activated or deactivated.

Valid Entries:

DATACOM-ID of the database

Default Value:

(No default)

,LOGGING=

Indicates the action for logging. NO disables logging and YES activates logging.

Valid Entries:

NO or YES

Default Value:

(No default)

,TABLE=

Identifies the table for which logging status is to change.

Valid Entries:

DATACOM-NAME of the table that resides in the database specified in the DBID parameter

Default Value:

(No default)