In my job I have 6 steps. Step01,02,03...step06.
after executing step02 i want to skip step03 and want to
execute step04. and once step04 is done then I want to go
back and execute step03. once step03 is completed I want
execute step05, 06 and so on... can any one tell me how do
i do that???

Answer Posted / piyush mani

in this case we can either use
iebedit utility or
dprty
but using eibedit is better option bcoz it wont affect the main jcl

thans...

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DD statement is used in JCL?

683


in ways data can be passed to a COBOL program from JCL?

671


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

673


Can an individual step be restricted from using all the jobs allowed cpu time?

1011


How to pass data to a program that is coded in an exec statement?

837






Can I share my data with other jobs? How?

672


what are the statements that are not valid to be included in an include statement?

778


Explain the function of dd disp parameter?

599


Why block size is multiple of lrecl in jcl?

915


What are steplib and joblib? What for they are used?

697


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1805


Name a few IBM utility programs, and explain its function.

4442


a dd statement has 2 types of parameters. Name them?

655


what sort card you will use to copy the data from one dataset to another dataset?

734


is there any way to execute more than one proc in the same exec statement at the same time..?

2113