can u execute a proc from another proc?
Answer Posted / manikandan
hi all here is code for invoking proc within anothr proc
//proc1 proc
//step1 exec pgm=pgm1
//step2 exec pgm=pgm2
//step exec proc1
// pend
//*********below proc2 i invoke proc1***********
//proc2 proc
//step3 exec pgm=pgm3
//step4 exec pgm=pgm4
//step exec proc1
// pend
let me know any wrong from above
thank u
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Why block size is multiple of lrecl in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
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?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How do you overcome this limitation ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain how can values be passed from the job stream to an executable program?
which utility is used a dummy utility?
What is concatenating?
Is their any set of rules for dd? Explain.
Name a few IBM utility programs, and explain its function.
What do you know about jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
how do you code a null statement?