Previous Topic: PUNCHNext Topic: REORG


RELOAD

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.userdb',,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   SYS001,'sort.unload',,SD
// EXTENT SYS001,nnnnnn,,,ssss,llll
// ASSGN  SYS001,DISK,VOL=vvvvvv,SHR
// DLBL   SYS002,'user.dbl002',,SD
// EXTENT SYS002,nnnnnn,,,ssss,llll
// ASSGN  SYS002,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
// DLBL   SYS007,'user.dbl007',,SD
// EXTENT SYS007,nnnnnn,,,ssss,llll
// ASSGN  SYS007,DISK,VOL=vvvvvv,SHR
// DLBL   SYS008,'user.dbl008',,SD
// EXTENT SYS008,nnnnnn,,,ssss,llll
// ASSGN  SYS008,DISK,VOL=vvvvvv,SHR
// DLBL   SYS009,'user.dbl009',,SD
// EXTENT SYS009,nnnnnn,,,ssss,llll
// ASSGN  SYS009,DISK,VOL=vvvvvv,SHR
// DLBL   SYS010,'user.dbl010',,SD
// EXTENT SYS010,nnnnnn,,,ssss,llll
// ASSGN  SYS010,DISK,VOL=vvvvvv,SHR
// DLBL   SYS011,'user.dbl011',,SD
// EXTENT SYS011,nnnnnn,,,ssss,llll
// ASSGN  SYS011,DISK,VOL=vvvvvv,SHR

sort.unload

File-ID of the sort parameters created by UNLOAD

user.reldctl

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

user.dbl002

File-ID of the file generated by UNLOAD as SYS001.

user.dbl003

File-ID of the file generated by UNLOAD as SYS003.

user.dbl004

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

user.dbl005

File-ID of the intermediate work file containing member descriptors for chained sets from IDMSDBL2.

user.dbl006

File-ID of the intermediate work file containing member descriptors for user-owned index sets from IDMSDBL2.

user.dbl007

File-ID of the intermediate work file containing the output of SORT2.

user.dbl008

File-ID of the intermediate work file containing the reformatted index information from IDMSDBLX.

user.dbl009

File-ID of the intermediate work file containing the sorted index set descriptors from SORT3.

user.dbl010

File-ID of the intermediate work file containing prefix pointer information from IDMSDBL3.

user.dbl011

File-ID of the intermediate work file containing sorted prefix pointer information from SORT4.

userdb

Filename of the database file.

user.userdb

File-ID of the database file.