Previous Topic: EXTRACT JOURNALNext Topic: FIX ARCHIVE


FASTLOAD

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 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.dbl001',,SD
// EXTENT SYS002,nnnnnn,,,ssss,llll
// ASSGN  SYS002,DISK,VOL=vvvvvv,SHR
// DLBL   SYS004,'dbl004.name',,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
// TLBL   SYS009,'user.dbl009',,nnnnnn,,f
// ASSGN  SYS009,x'cuu'
// 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 IDMSTBLU

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.dbl001

File-ID of the file generated by the format program

user.dbl004

File-ID of the intermediate work file containing the output from SORT1. Record and block size should be the same as SYS001.

user.dbl005

File-ID of the intermediate work file containing a control record and set membership information from IDMSDBL2.

user.dbl009

File-ID of the intermediate work file containing the sorted contents of SYS005.

user.dbl010

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

user.dbl011

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

userdb

Filename of the database file.

user.userdb

File-ID of the database file.