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

can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


What is timing concept in mainframe?

0 Answers  


I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K

3 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,






If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


What is the use of disp parameter?

0 Answers  


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


How to identify where file is empty or not? How many ways are there to identifying?

3 Answers   CTS,


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


Categories