Previous Topic

Next Topic

Book Contents

Book Index

CTDDIB Parameters

The following parameters can be specified to the utility in the EXEC statement that invokes the CTDDIB JCL procedure:

Table 221 CTDDIB Parameters

Parameter

Description

DBFILE

Control-D IOA Access Method file’s data set name suffix. Valid values are:

  • ACT – Active User Report List file
  • PRM – Permanent User Report List file
  • HST – History User Report List file
  • MIG – Migrated User Report List file (Control-V only)
  • MG1-MG9 – MUF partition of Migrated User file (Control-V only)

DBDATA

Third qualifier of Data file. Optional, Default is DBFILE

DBINDEX

Third qualifier of index file. Optional, Default is DBFILE+I

ALT

Alternative index rebuild mode. Valid values are:

  • blank – main index component but no alternative indexes components are rebuilt. Default.
  • ALL – main and all alternative index components are rebuilt
  • ONLY – all alternative index components only but not main index component are rebuilt
  • alt_letter_list - the specified alternative index components only are rebuilt

The DD statement named DAWRKalt_letter should be added for each alternative index.

Parent Topic

CTDDIB – Rebuild Index Component of a User Report List File