Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?

Answers were Sorted based on User's Feedback



If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute t..

Answer / santhosh g.j.

If A PROC HAS steps, which are like step2,step3,step4,step5
and i want to execute only step3 then how do we need to
code jcl using IEBEDIT.

Is This Answer Correct ?    0 Yes 1 No

If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute t..

Answer / samay simant

Hi,
I recommend the following steps:
1)Restart=step3 in the job card
2)cond=even in 4th step,what will happen it will bypass
this step even if 3rd step abends.

Is This Answer Correct ?    0 Yes 2 No

If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute t..

Answer / syntel

You can Use RESTART in job cards.
RESTART=JOBSTEPNAME.PROCSTEPNAME
Thanks

Is This Answer Correct ?    4 Yes 31 No

Post New Answer

More JCL Interview Questions

What is COND=ONLY ?

2 Answers  


in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths

1 Answers   DELL,


What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


What are some jcl statements that are not allowed in procedures?

0 Answers  


I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....

3 Answers   RBS,


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


What u mean by include statement in JCL ?

3 Answers  


what is the compile process of cobol program expalin with code

0 Answers   IBM,


Differentiate between addressing mode and run mode.

0 Answers  


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


How can you trap abends in the JCL?

3 Answers  


Categories