Hi,
If a catolog proc has another proc in it, both have
ddnames dd1 and dd2. what proc will override if gave
override parameter. Here both have same step names.
Answer Posted / muttiah
Overrider you are absolutely wrong!!
Say i have job1 with PROC1 and PROC1 has PROC2. Now I have
DD1 & DD2 in both the Proc's. Let's assume they have in
step1.
In JOB1 if you give
//step1.DD1 DD dsn=<Filename>
This will override ly DD1 in proc1 but not in proc2..
Say if you have same stmt in proc1 then Proc2 can be
overriden.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How jcl work to handle various input output file operations?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is “Cond= even” and “Cond=only”?
What is the difference between the positional and keyword parameters? Give examples.
Must tape dataset definitions include vol=ser specifications?
Is automatic restart possible in jcl? If yes, how?
How can values be passed from the job stream to an executable program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Can an individual step be restricted from using all the jobs allowed cpu time?
Can I share my data with other jobs? How?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Is it possible to define dd statements as you want?
Is acct parameter mandatory?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What are the 2 types of parameters in dd statement?