in catalog procedure i have
step1 dd dsn=filea
dd dsn=fileb
dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Answer / madhavi
Hi We can override the specific files of a step as below.
Procname.step1 dd
dd dsn=file2
dd
We can override leaving blanks in DSN field of other files.
| Is This Answer Correct ? | 24 Yes | 0 No |
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What is S322 abend ?
how to compare two datasets without using superce because output is limited to 133 bytes
what JCL Procedures?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
how to purge 50 initiators continuously?? console commands??
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
Can we browse or edit the GDG dataset if it is a tape entry?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
What statement marks the end of an in-stream or catalogued procedure?
What is Uncatalog dataset? How can we access/use them?