there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / chowdary
give restart from step 2 and give end statement after 8th
step
it might be possible by using cond parameter
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
when does a dataset go uncataloged?
When output dataset space is required, what quantity categories are used?
What is multithreading in jcl?
What is use of restart and how to use it?
Can I share my data with other jobs? How?
what happens in conversion stage in job processing?
When space is allocated for an output dataset, what units can be used?
What is the purpose of dd?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How to submit jcl through a cobol program?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is “Cond= even” and “Cond=only”?
What is the function of dd disp parameter?
Are there any set of rules for the names of the steps used in a job?