How can i execute 5th step without executing first 4 steps?

Answers were Sorted based on User's Feedback



How can i execute 5th step without executing first 4 steps?..

Answer / vidhya

The above answer is correct if suppose you have some more
steps below and you dont want to execute them, then give
condition code like RESTART = STEP NAME, cond=(0,LE)in the
job card.

Is This Answer Correct ?    22 Yes 3 No

How can i execute 5th step without executing first 4 steps?..

Answer / guest

We can execute the job from any step by skipping the
previous steps using restart condition.

for example:
To restart from 5th step we have to mention in the job card
as
RESTART=STEP5

Is This Answer Correct ?    17 Yes 1 No

How can i execute 5th step without executing first 4 steps?..

Answer / raje

Vidya is correct

Is This Answer Correct ?    6 Yes 0 No

How can i execute 5th step without executing first 4 steps?..

Answer / satheesh

To Execute particular step, use IEBEDIT option.
Below Sample version
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=MYDSN.JCL(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//*

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More JCL Interview Questions

What do you understand by jcl?

0 Answers  


File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3

7 Answers  


What are the valid DSORG values ?

3 Answers  


what is the resolution for sb37 error

2 Answers   TCS,


How do you overcome this limitation ?

0 Answers  






How can i execute 5th step without executing first 4 steps?

4 Answers  


HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)

1 Answers   MSN Pharma, UST,


How to find out the number of records in a file using JCL

5 Answers   CTS,


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

4 Answers  


what is the use of IEBGENER utility?

0 Answers  


//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?

3 Answers   IBM,


Categories