We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / varmak
@ Indrani
In case if we are anyways editing the proc, we can copy
only step25 into local jcl pds & execute... why copy
entire proc..?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
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
Are there any set of rules for the names of the steps used in a job?
What is the function of the dd dcb keyword?
What is Cataloged Procedures?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the function of the steplib dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Where & How Do You Code Identifier In Jcl?
How do you create a temporary dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Is automatic restart possible in jcl? If yes, how?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is use of dsn parameter in dd statement?
What is the function of dd name parameter with a 2 part structure; audit.report?