Previous Topic: GVBLDIX/RESTORE InterfaceNext Topic: Running GVBLDIX


BIXLIST

The BIXLIST parameter specifies a file containing base cluster names. BIXLIST is specified in the RESTORE job.

Syntax

BIXLIST

►►─┬──────────────────┬───────────────────────────────────────────────────────►◄
   └─ BIXLIST=ddname ─┘

Operand

The BIXLIST parameter is specified with the following operand:

Operand

Explanation

ddname

Points to the ddname that describes the BIXLIST data set.

Example

The following sample RESTORE job builds the file BLDCARDS:

//EXEC PGM=GVRESTOR
//BLDCARDS DD DSN=FAVER.BIXLIST,DISP=SHR
  RESTORE BIXLIST=BLDCARDS
  CLUSTER
  CLUSTER=CL+

The following sample GVBLDIX job uses the contents of the FAVER.BIXLIST file as input and builds the alternate indexes with a message level of 1. Alternate indexes related to SMS.BASE are built with a message level of 3:

//EXEC PGM=GVBLDIX
//GVBCARDS DD DSN=FAVER.BIXLIST,DISP=SHR
  MSGLEVEL=1
  BIXLIST=GVBCARDS