IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / muttaiah
Hi,
I have executed the jcl as per answer#4, it worked f9.
I have a question here, if there are three steps we are
giving cond parm as cond.step3=(0,le)
If there are 5 steps in proc, how to specify the cond parm
in exec step which is calling that proc.
Please suggest me how to accomplish this.
Immediately reply would be greatful.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How does jcl specify the job to the operating system?
what is the purpose of coding class parameter in job statement?
I need exexution process for JCL programs
Explain the function of a dd statement?
What is the function of //jcllib statement?
how can you check if a file is empty using jcl?
what is use of space parameter in dd statement?
how you can direct the data to spool using SYSOUT option?
What is the purpose of the dd keylen parameter?
Explain how can values be passed from the job stream to an executable program?
What are some jcl statements that are not allowed in procedures?
how to do automated restart when a job abends?
Is automatic restart possible in jcl?
What are the parameter we cannot use in procedure?