I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / veer
we can achieve this with the IEBEDIT Utility......!!!
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is use of disp parameter in dd statement?
what is the JCL statement consists of?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the purpose of dd dummy statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
For what purpose steplib and joblib are used ?
What is the use of disp parameter?
How jcl is used for testing batch programs?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the function of dd disp parameter?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what are JCLLIB and STEPLIB in JCL?
Can an individual step be restricted from using all the jobs allowed cpu time?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?