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
Explain the function of //jcllib statement?
Explain how can a stopped job be started again?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the function of the dd mgmtclas keyword in sms datasets?
When space is allocated for an output dataset, what units can be used?
what operation is performed by job statement?
which utility is used a dummy utility?
List the different jcl statements that are not permitted in the procedures?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is the syntax of JCL statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain the hierarchy levels in jcl?
what is the resolution for sb37 error
what is the JCL statement consists of?
What is the function of the dd dcb keyword?