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
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the use of JCL?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Can we call instream to catalog and catalog to instream?
what happens in execution stage in job processing?
In job processing, what happens in conversion stage?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can the attributes of one sms dataset be copied to another dataset?
Name a few IBM utility programs, and explain its function.
Explain in DD statement what is the use of DCB parameter?
What is the purpose of disp parameter?
Which dd parameters are required?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the function of //cntl statement?