Suppose I have 5 dataset listed under a single DD name in a
catlogued PROC. How can I override one of those 5 dataset
(say 3rd dataset)?
Answer Posted / raghu
//S01 DD DSN=A.B.C.D1,DISP=SHR
DD DSN=A.B.C.D2,DISP=SHR
DD DSN=A.B.C.D3,DISP=SHR
DD DSN=A.B.C.D4,DISP=SHR
DD DSN=A.B.C.D5,DISP=SHR
...
OVERRIDDING 3RD CONCATENATED DATASET IN CATALOGUED PROC:
******************************
//PRCN.S01 DD
DD
DD DSN=A3.B3.C3.D3,DISP=SHR
DD
DD
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
Explain the purpose of the dd keylen parameter?
what is “Cond= even” and “Cond=only”?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the hierarchy levels in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Is automatic restart possible in jcl?
how to run batch program without jcl?
What dd statement is used to supply the name of a dataset?
What is the purpose of dd?
What is one line to pass PARM from JCL to COBOL?
What is the function of //cntl statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is the JCL statement consists of?
Explain how can a jobs execution priority be modified?