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 |
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
what is DSN in JCL and what are the parameters to declare the DSN?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
How to read records in reverse order in flat file?
What is GDG?
what is the purpose of coding class parameter in job statement?
Explain the jcl exec statement?
i have step1,step2,step3 from where can i start coding cond parameter ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
How to Enter The Spool Area In Real Time?
List the different jcl statements that are not permitted in the procedures?