i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?
Answers were Sorted based on User's Feedback
Answer / ch.mahendra babu
by using restart parameter like
restart=step5
so execution process will be starts from 5th step.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / lakshmisudha
if u want execute from step5 on words u can code in jobcard
like restart=step5 (or) use COND Parameter (or)Using IEBEDIT
utility u can execute particular steps what ever u want(like
randomly also u can execute )
| Is This Answer Correct ? | 8 Yes | 2 No |
How is a type of file defined in the jcl that executes the cobol program?
describe the dd statement,its meaning,syntax and keywords?
What is a MODEL Paramater in GDG ?
Does jcl support automatic restart?
which utility is used to run a cobol-db2 program?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
What is the difference between BLKSIZE and LRECL?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?