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 / gani.....
in job card give restart=jobstename.procstepname
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
How to override loadlib?
what is the purpose of coding class parameter in job statement?
Explain the function of the dd dcb keyword?
How can a jobs execution priority be modified?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What dd statement is used to supply the name of a dataset?
What is the purpose of the dd keylen parameter?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain dd statement in jcl?
what is the JCL statement consists of?
I need exexution process for JCL programs
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is Cataloged Procedures?
How to pass the parameter in parm using linkage section ? (syntax)?