Can you execute a PROC from another PROC?
Answer Posted / kingmanish
First of all what is a PROC.
Its just a set of reusable JCL statements.
Now calling PROC within a PROC will defeat the concept of
PROCs itself.
So if we call a PROC within a PROC it would work and we can
do that.
But that is not a good practice.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
Explain the job statement in jcl?
Differentiate between addressing mode and run mode.
what is use of space parameter in dd statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
When output dataset space is required, what quantity categories are used?
I need exexution process for JCL programs
How to override loadlib?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
a dd statement has 2 types of parameters. Name them?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the function of the steplib dd statement?
What is the function of job statement in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
How does the jcl specify the job to os?