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
How to pass the parameter in parm using linkage section ? (syntax)?
What is the function of a dd statement?
what is the use of JCL?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What do you understand by the terms: joblib and steplib?
What is the function of //jcllib statement?
What is the maximum length of a single line of jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the compile process of cobol program expalin with code
What are the 4 fields in dd statement?
how you can direct the data to spool using SYSOUT option?
what are the various stages of job processing?
What are the parameters that are used in creating a gdg?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Is it possible to left uncode disp?