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
What is the motivation behind coding class parameter in job statement?
how you can direct the data to spool using SYSOUT option?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is timing concept in mainframe?
Explain the purpose of dd * statement in jcl?
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 ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how do you access an uncataloged dataset in a jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How jcl work to handle various input output file operations?
Is it possible to code instream data in a PROC?
What statement can be used to send data to another mvs jes3 node?
What is the difference between run mode and addressing mode?
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
What is the function of job statement in jcl?