How to execute only th 15th step of JCL consisting of 50 steps?

Answers were Sorted based on User's Feedback



How to execute only th 15th step of JCL consisting of 50 steps?..

Answer / niki

If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.

Is This Answer Correct ?    0 Yes 16 No

How to execute only th 15th step of JCL consisting of 50 steps?..

Answer / suresh

we need to mention restart = step15 at job statement

Is This Answer Correct ?    4 Yes 26 No

Post New Answer

More JCL Interview Questions

What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

0 Answers  


What are the basic JCL Statements for a Job?

1 Answers  


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


How can a job send a status message to a tso user at the completion of a job?

1 Answers  






i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes

3 Answers  


how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.

6 Answers   Syntel, UHG,


i just need the first and last record from a sequencial file?how

2 Answers  


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?

2 Answers   CTS,


How do you submit a JCL under CICS environment ?

1 Answers   IBM,


In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides

6 Answers   Satyam,


Categories