Previous Topic

Next Topic

Book Contents

Book Index

CTDUFANX Parameters

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

//BUILD EXEC CTDUFANX, FUNC={ADD|DELETE|PRINT},FILE={ACT|HST|MIG|MG1|…|MG9},M=def_member,

//                         D=def_suffix,ALT={ALL|letter…letter}

Table 245 CTDUFANX Parameters

Parameter

Description

FUNC

Requested function. Valid values are:

  • ADD – activate alternative index component for Active, History, and Migrated User files.
  • DELETE/DEL – deactivate alternative index component for Active, History, and Migrated User files
  • PRINT/PRT – print alternative index component properties

FILE

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)

M

Alternative index component definition member name

D

Alternative index component definition library suffix

ALT

Alternative indexes. Valid values are:

  • ALL – all alternative indexes of definition
  • Letter…letter – alternative indexes list

For an example of how to activate alternative index component, see sample job CTDUFANX in the Control-D JCL library.

//ADD EXEC CTDUFANX,FUNC=ADD,FILE=ACT,M=DEFALTI,D=INSTWORK,ALT=ALL

Parent Topic

CTDUFANX – Activate or Deactivate Alternative Index Components of a User Report List File