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 is the difference between run mode and addressing mode?
What is Backward Referencing ?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
What is the difference between a symbolic and an override in executing a PROC?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Why block size is multiple of lrecl in jcl?
what is instream data
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
How does jcl act on code(if you take a cobol program)?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
why do we use file-aid wht r the adv of using file-aid thn in ispf