There?s one job with 10 steps in it. The job is to be designed in such a way that on day 1, only odd steps (Step no. 1, step no. 3 etc) are to be executed and day 2 only even steps (Step no. 2, step no. 4 etc) are to be executed. Again on day 3 only odd steps and so on so forth. i.e. the odd and even steps will be executed on alternate runs. At any point of time, all the 10 steps should be written in one place one after another ONLY.
How can we tackle the problem? Please suggest solution no need to write JCL.
Please mention meaningful name in ur subject so that it will be easy for future tracking.Also We know that this forum is for JCL queries.So no need of mentioning again JCL.
And the answer for ur query is that by using IEBEDIT command ,u can easily achieve this.You can search in this forum and get more details.