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 / neha
we do use the code mentioned by the person who answered
first but we don't include step3 and step4 at one go.in
first step we include step 1 and 4 and then in the next
step we include step3 but the coding we use is the same.
for both steps....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
For what purpose steplib and joblib are used ?
What is the significance of addrspc parameter in exec statement?
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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
Name a few IBM utility programs, and explain its function.
Explain the function of the dd dcb keyword?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the resolution for sb37 error
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what are the types of abends that occur on job failure? And explain the possible causes of these
What are the rules employed while naming the steps in a job?
What do you understand by the term job time – out and how can you overcome that?
What is condition checking in jcl? Is this possible?
Explain the purpose of dd * statement in jcl?
what is use of disp parameter in dd statement?