File assignments for the batch command facility (z/VSE)
// DLBL userdb,'user.userdb',,DA // EXTENT SYSnnn,nnnnnn // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR // DLBL userload,'user.load',,SD // EXTENT SYS002,nnnnnn // ASSGN SYS002,DISK,VOL=vvvvvv,SHR // DLBL userbuild,'user.build',,SD // EXTENT SYS003,nnnnnn // ASSGN SYS003,DISK,VOL=vvvvvv,SHR Sort files are only needed when performing a complete BUILD // DLBL SORTWK1,'sort.work.file' // 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.load |
File-ID of the input (SYS002) file; for sizing information see discussion of SYS003 in LOAD. |
|
user.build |
File-ID of the output (SYS003) file; for sizing information see BUILD. |
Note: When running a complete BUILD, SYS002 and SYS003 must pointto the same intermediate file. When running a stepped BUILD, SYS002 and SYS003 must point to different intermediate files.
|
Copyright © 2014 CA.
All rights reserved.
|
|