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 / rahul singh
On Job card : Restart=jobstep(step that calls the proc).step2
On Jobstep(step that calls the proc): COND=(0,LE)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how to run batch program without jcl?
What is the maximum length of a single line of jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to pass the parameter in parm using linkage section ? (syntax)?
Is their any set of rules for dd? Explain.
Are there any set of rules for the names of the steps used in a job? What are they?
Are there any set of rules for the names of the steps used in a job?
how can the same proc be re-used and called by many jobs?
what is use of dsn parameter in dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how JCL works?
What is the function of the steplib dd statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are the 2 types of parameters in dd statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file