suppose i have job it contains 10 steps after exicution of
job failuer at 3 and 7 th steps i want exicute step 3 and
step 7 only how we specify condition ?
Answer Posted / mr . perfect
i have one questiion here man.. if step 3 is get abended ,
then how step 4 , step 5 , step 6 is going o excute till
step 7. dont ask foolishly question man...........?
Intervier is having mad...?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
Is it possible to code instream data in a PROC?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Can we call instream to catalog and catalog to instream?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What are the rules employed while naming the steps in a job?
What is the function of dd disp parameter?
In sms datasets, what is the function of the dd mgmtclas keyword?
Name a few IBM utility programs, and explain its function.
Name the statement which can be used to send data to another mvs jes3 node?
What is the function of //jcllib statement?
What are the difference between jcl and jes?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the function of //cntl 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?