I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?

Answer Posted / veer

'to execute first 5 steps only', end of the 5th step
introduce NULL(//) character and run. first 5 steps will
run.

If you want to run step3, step5, step10 like that, use
IEBEDIT utility.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how would you create a temporary dataset? And where will you use them?

768


what is use of space parameter in dd statement?

758


Explain the function of job statement in jcl?

649


Explain how can values be passed from the job stream to an executable program?

629


Explain how can a stopped job be started again?

636






how to run batch program without jcl?

10085


what is the compile process of cobol program expalin with code

2002


Are there any set of rules for the names of the steps used in a job? What are they?

614


What is the function of //jcllib statement?

810


what is the JCL statement consists of?

699


What is use of restart and how to use it?

771


Where can program checkpoints be stored for use in a restart?

851


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1752


What do you understand by jcl?

629


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

834