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
Explain about ISPF/TSO Commands
Matching Logic in Jcl not in cobol.Could any one please answer this question
How can the submitting users racf authority be overridden in a job stream?
which utility is used to sort a file in jcl?
what is the purpose of coding class parameter in job statement?
When output dataset space is required, what quantity categories are used?
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?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How do you create a temporary dataset?
what happens in execution stage in job processing?
Explain the function of dd disp parameter?
What is multithreading in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Define concatenating?
Brief description of inline procedure of jcl.