How to execute step2,step1, step3 if step1,2,3 are in order

Answers were Sorted based on User's Feedback



How to execute step2,step1, step3 if step1,2,3 are in order..

Answer / neha

by using IEBEDIT utility

Is This Answer Correct ?    6 Yes 0 No

How to execute step2,step1, step3 if step1,2,3 are in order..

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 ?    8 Yes 2 No

How to execute step2,step1, step3 if step1,2,3 are in order..

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

How to execute step2,step1, step3 if step1,2,3 are in order..

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

How to execute step2,step1, step3 if step1,2,3 are in order..

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

How to execute step2,step1, step3 if step1,2,3 are in order..

Answer / sundar

Not possible

Is This Answer Correct ?    0 Yes 4 No

How to execute step2,step1, step3 if step1,2,3 are in order..

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

How to execute step2,step1, step3 if step1,2,3 are in order..

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

Post New Answer

More JCL Interview Questions

what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,


how do u send return code from cobol to jcl ?

2 Answers   TCS,


For how long a job can be executed continuously in a mainframe ?

4 Answers  


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

0 Answers   IBM,


Explain about LMMLIST�list a library's members

1 Answers  






Differentiate between addressing mode and run mode.

0 Answers  


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,


What are the differences between JES2 & JES3 ?

4 Answers  


Explain the hierarchy levels in jcl?

0 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?

3 Answers  


Explain the function of the steplib dd statement?

0 Answers  


Categories