As member EX1 in library data set &SYSUID.JCL.CNTL, construct the Job Control necessary to add the data listed in the requirements below to &SYSUID.JCL.CNTL. The details below offer guidance on the number and type of statements required, plus an indication of some of the parameters, which may be needed.
JOB Statement
EXEC statement
DD statements
There should be four DD statements as follows:
Data (to follow the SYSIN DD statement.)
./ ADD NAME=GDGBASE DEFINE GDG(NAME(userid.MASTER) LIMIT(4) SCRATCH) ./ ADD NAME=KSDSDATA DSD OUTPUT=(SYSUT2) FD NAME=A,LENGTH=6,FORMAT=ZD,INDEX=1 FD NAME=B,LENGTH=74,FORMAT=AL,ACTION=RP CREATE QUANTITY=100,NAME=(A,B) END ./ ADD NAME=RIPPLE DSD OUTPUT=(SYSUT2) FD NAME=A,LENGTH=80,FORMAT=AL,ACTION=RP CREATE QUANTITY=100,NAME=A END ./ ADD NAME=ODDS DSD OUTPUT=(SYSUT2) FD NAME=A,LENGTH=6,STARTLOC=1,PICTURE=6,P’000000’,INDEX=2 FD NAME=B,LENGTH=74,FORMAT=AL,ACTION=RP CREATE QUANTITY=100,NAME=(A,B) END ./ ADD NAME=EVENS DSD OUTPUT=(SYSUT2) FD NAME=A,LENGTH=6,STARTLOC=1,PICTURE=6,P’000001’,INDEX=2 FD NAME=B,LENGTH=74,FORMAT=AL,ACTION=RP CREATE QUANTITY=100,NAME=(A,B) END
Copyright © KMS-IT Limited 2002, 2003