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 can you execute a COBOL program via SYSIN in JCL?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
Is their any set of rules for dd? Explain.
what operation is performed by job statement?
What is the function of the dd mgmtclas keyword in sms datasets?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
whats the diff bw the evaluate also and and?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
how do you code a null statement?
Explain the purpose of dd * statement in jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?