Previous Topic: JCLNext Topic: z/VSE—Local Mode


z/OS

DD statements for the batch command facility (z/OS)

//asflod   DD   DSN=idms.asfdict.asflod,DISP=SHR ◄--- Only needed if the 'RU'
//userdb   DD   DSN=userdb,DISP=SHR                   subschema is in the ASF load exec.
//RELDCTL  DD   DSN=reldctl.file,DISP=(NEW,PASS),UNIT=disk,
//             DCB=(RECFM=FB,LRECL=60,BLKSIZE=bbb)
//infile   DD   DSN=input.file,DISP=OLD
//SYS003   DD   DSN=user.dbl003,DISP=(NEW,PASS),UNIT=tape003,
//             DCB=(RECFM=VB,LRECL=rrr003,BLKSIZE=bbb003)
//SYS004   DD   DSN=user.dbl004,DISP=(NEW,PASS),UNIT=tape004,
//             DCB=(RECFM=VB,LRECL=rrr004,BLKSIZE=9bb004)
//SYS005   DD   DSN=user.dbl005,DISP=(NEW,PASS),UNIT=tape005,
//             DCB=(RECFM=VB,LRECL=rrr005,BLKSIZE=bbb005)
//SYS006   DD   DSN=user.dbl006,DISP=(NEW,PASS),UNIT=tape006,
//             DCB=(RECFM=VB,LRECL=rrr006,BLKSIZE=bbb006)
//SYSPCH   DD   DSN=&&sort,DISP=(NEW,PASS),UNIT=disk,
//             SPACE=(TRK,1),DCB=BLKSIZE=80

Item

Description

userdb

Ddname of the existing database file

user.userdb

Data set name of the existing database file

reldctl.file

File containing control records; the logical record length of this file must be a multiple of four.

bbb

Block size of the RELDCTL file

disk

Symbolic device name of the RELDCTL file

infile

Ddname of the file containing input data for the table; If the records are a fixed length, the length must match the record length as defined in the subschema.

input.file

Data set name of the file containing input data for the table

user.dbl003

Data set name of the intermediate work file containing index descriptors from IDMSTABX

tape003

Symbolic device name of the SYS003 file

rrr003

Record size of the SYS003 file

bbb003

Block size of the SYS003 file

user.dbl004

Data set name of the intermediate work file containing the output from SORT3

tape004

Symbolic device name of the SYS004 file

rrr004

Record size of the SYS004 file; should be the same as rrr003

bbb004

Block size of the SYS004 file; should be the same as bbb003

user.dbl005

Data set name of the intermediate work file containing pointers for user owned index sets from IDMSDBL3

tape005

Symbolic device name of the SYS005 file

rrr005

Record size of the SYS005 file

bbb005

Block size of the SYS005 file

user.dbl006

Data set name of the intermediate work file containing sorted pointers for user owned index sets from SORT4

tape006

Symbolic device name of the SYS006 file

rrr006

Record size of the SYS006 file; should be the same as rrr005

bbb006

Block size of the SYS006 file; should be the same as bbb005

&.&sort.

Data set name of the SYSPCH file containing sort parameters from IDMSTABX and IDMSDBL3

disk

Symbolic device name of the SYSPCH file