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 / pankaj
The easiest way to put // in job after step 5. Now it will
execute only first 5 steps.
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How do you create a temporary dataset?
Explain in DD statement what is the use of DCB parameter?
What parameter of the job statement is used to limit the cpu time consumed by the job?
when does a dataset go uncataloged?
what is the resolution for sb37 error
Explain the function of the dd dcb keyword?
What is the function of //jcllib statement?
Are there any set of rules for the names of the steps used in a job?
Is condition checking possible in jcl?
Is acct parameter mandatory?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is use of space parameter in dd statement?