Previous Topic: LOCKNext Topic: PRINT INDEX


MAINTAIN INDEX

File assignments for the batch command facility (z/VSE)

// DLBL    SORTWK1,'sort.work.file'
// EXTENT  SYSnnn,nnnnnn,,,ssss,llll
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

Additional sort files, as required

// DLBL    userdb,'user.olddb',,DA
// EXTENT  SYSnnn,nnnnnn
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

Additional existing database file assignments, as required

// DLBL    RELDCTL.'user.reldctl',,SD
// EXTENT  SYSnnn,nnnnnn,,,ssss,llll
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR
// DLBL    SYS003,'user.dbl003',,SD
// EXTENT  SYS003,nnnnnn,,,ssss,llll
// ASSGN   SYS003,DISK,VOL=vvvvvv,SHR
// DLBL    SYS004,'user.dbl004',,SD
// EXTENT  SYS004,nnnnnn,,,ssss,llll
// ASSGN   SYS004,DISK,VOL=vvvvvv,SHR
// DLBL    SYS005,'user.dbl005',,SD
// EXTENT  SYS005,nnnnnn,,,ssss,llll
// ASSGN   SYS005,DISK,VOL=vvvvvv,SHR
// DLBL    SYS006,'user.dbl006',,SD
// EXTENT  SYS006,nnnnnn,,,ssss,llll
// ASSGN   SYS006,DISK,VOL=vvvvvv,SHR

user.olddb

File-ID of the existing database file

user.reldctl

Data set name of the reload control file containing control and set information. Block size of the RELDCTL file should be a multiple of 60 with a maximum size of 32,760. Block size is controlled through the BLKSIZE SYSIDMS parameter. For a complete description of SYSIDMS parameters, see the CA IDMS Common Facilities Guide.

user.dbl003

File-ID of the intermediate work file containing index descriptors from IDMSTABX.

user.dbl004

File-ID of the intermediate work file containing the output from SORT3.

user.dbl005

File-ID of the intermediate work file containing pointers for user-owned index sets from IDMSDBL3.

user.dbl006

File-ID of the intermediate work file containing sorted pointers for user-owned index sets from SORT4.