Previous Topic: INSTALL STAMPSNext Topic: LOCK


LOAD

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

// DLBL    userdb,'user.userdb',,DA
// EXTENT  SYSnnn,nnnnnn
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR
// DLBL    userdict,'user.userdict',,tt
// EXTENT  SYSnnn,nnnnnn
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR
// DLBL    SYS001,'user.input',,SD
// EXTENT  SYS001,nnnnnn,,,ssss,llll
// ASSGN   SYS001,DISK,VOL=vvvvvv,SHR
// DLBL    SYS002,'user.loadin',,SD
// EXTENT  SYS002,nnnnnn,,,ssss,llll
// ASSGN   SYS002,DISK,VOL=vvvvvv,SHR
// DLBL    SYS003,'user.loadout',,SD
// EXTENT  SYS003,nnnnnn,,,ssss,llll
// ASSGN   SYS003,DISK,VOL=vvvvvv,SHR
// DLBL    SYSnnn,'sort.load',,SD
// EXTENT  SYSnnn,nnnnnn,,,ssss,llll
// ASSGN   SYSnnn,DISK,VOL=vvvvvv,SHR

Sort files are only needed when performing a complete LOAD

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

Additional sort files, as required

userdb

Filename of the user file

user.userdb

File-ID of the user file

user.userdict

File-ID of the dictionary containing the table definitions

user.input

File-ID of the input file

user.loadin

File-ID of the input SYS002 file; for sizing information see LOAD.

user.loadout

File-ID of the output SYS003 file; for sizing information see LOAD.

sort.load

File-ID of the SYSPCH file

Note: When performing a complete LOAD, you must preallocate the file referenced by SYS002 and SYS003 (the same file is used for both assigns in a complete LOAD). Do not use a temporary data set for these files.