DD statements for the batch command facility (z/VSE) Defining the REORG control file, all jobs and job steps
// DLBL RORGCTL,'user.rorgctl',,SD // EXTENT SYSnnn,vvvvvv,,,sssss,llll // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
Defining the REORG JCL file, required when submitting jobs
// DLBL RORGJCL,'user.jclfile',,SD // EXTENT SYSnnn,vvvvvv,,,sssss,llll // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
Manual definition of work files, when not using DSMODELs
// DLBL wxnnnnn,'user.workfile',,SD llll // EXTENT SYSnnn,vvvvvv,,,sssss, // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
Additional work file definitions, as required
DB File definitions when running the unload phase, if not using dynamic allocation
// DLBL unlddb,'user.unlddb',,DA // EXTENT SYSnnn,vvvvvv // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
Additional unload database file definitions, as required
DB File definitions when running the reload phase, if not using dynamic allocation
// DLBL relddb,'user.relddb',,DA // EXTENT SYSnnn,vvvvvv // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
Additional reload database file definitions, as required
SORT work file assignments when running the reload phase
// DLBL SORTWK1,'sort.work.file' // EXTENT SYSnnn,vvvvvv,,,sssss,llll // ASSGN SYSnnn,DISK,VOL=vvvvvv,SHR
Additional sort work file definitions, as required
File-ID of the REORG control file containing control information. The block size is 8192 bytes, and must be specified in SYSIDMS using the FILENAME=RORGCTL RECFM=F BLKSIZE=8192 parameters.
Note: For more information about SYSIDMS parameters, see the CA IDMS Common Facilities Guide.
File-ID of the file containing JCL for automatic job submission. The block size must be a multiple of 80 bytes, and must be specified in SYSIDMS using the FILENAME=RORGJCL RECFM=F BLKSIZE= parameters.
File name of the DLBL for a work file. It must match the name generated in the Unload/Reload Work File Summary report.
File-ID of a work file when manually allocating work files.
File name of the DLBL for an unload database file.
File-ID of the unload database file, this is source database file.
File name of the DLBL for a reload database file.
File-ID of the reload database file, this is the target database file.
|
Copyright © 2014 CA.
All rights reserved.
|
|