How to execute step2,step1, step3 if step1,2,3 are in order
Answers were Sorted based on User's Feedback
Answer / r
using IEBEDIT utility, in Job instream card,
//step001 exec pgm=iebedit
//dd1 dd dsn=<job-name>,disp=shr
//dd2 dd dsn=(*,intrdr)
//sysin dd *
Edit type=include, member=(step2,step1,step3)
//
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / venkatesh
BY USING THE CONDITON IN STEP1
STEP1 EXEC PGM=(SOMEPROGRAM),COND=(0,LE)
SURE IT DEFINITELY WORKS 100%
2
1
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amy
use DPRTY...
//step001 exec=pgm1,dprty=2
//step002 exec=pgm1,dprty=3
//step003 exec=pgm1,dprty=1
higher the dprty ,higher in execution...
so first step002,second step001 and in last step003 wil be
executed
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / shivanadri naveen kumar
I dont know the currect answer but based on my knowledge and
experience i think it is posible by using the "DPRTY"
parameter in EXEC statement in each and every statement means
we set the DPRTY=3 for step 2,DPRTY=2 for step 1,DPRTY=1 for
step 3.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / tabbu
Then jobcard using restat parameter .given
restart=st.step2.then the execution starts in step2 and
another steps automatically executed
| Is This Answer Correct ? | 0 Yes | 11 No |
Answer / nag ganesh
in job card if we specify the restart parameter then step2
is execute.
then step1,3 can also executed automatically.
| Is This Answer Correct ? | 3 Yes | 15 No |
What are the common keyword parameters in both job and exec statements
when we use sysprint and sysout statements
how you can access an uncataloged dataset in a JCL?
What does SYSIN * indicate?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
How to search strings in multiple dataset with conditions 'string1 & string2'?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
What is concatenating?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
How to see the COMP3 value(packd decimal)