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
Is condition checking possible in jcl? If yes, how?
What is the motivation behind coding class parameter in job statement?
Mention the types of job control statements?
Why block size is multiple of lrecl in jcl?
Explain the jcl exec statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How jcl is used for testing batch programs?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain the function of //cntl statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
which parameter is use to declare the name of dataset in dd statement?
what sort card you will use to copy the data from one dataset to another dataset?
define cond parameter in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
What do you understand by the term notcat 2 – gs?