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 / shailendra
chang the step according to requirment
//step1
//step2
//step4
//step3
//step5
....
..
.....
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
How to submit a jcl from cics?
how to compare two datasets without using superce because output is limited to 133 bytes
what is the compile process of cobol program expalin with code
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
define cond parameter in jcl?
What are hierarchy levels in jcl?
What is the syntax of JCL statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Where & How Do You Code Identifier In Jcl?
How can values be passed from the job stream to an executable program?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain about LMQUERY�give a dialog information about a data set
how do you code a null statement?
What is use of restart and how to use it?
Why block size is multiple of lrecl in jcl?