| |
GeekInterview.com > Interview Questions > Mainframe > JCL
| Print | |
Question: DISP Parameter
Answer: If the DISP parameter for a dataset is DISP=(NEW,PASS,CATLG), What will happen when the JCL is run? The first time? The second time? |
| July 07, 2009 12:03:59 |
#6 |
| hariprasad.mail2shp |
Member Since: July 2009 Total Comments: 2 |
RE: DISP Parameter |
DISP(NEW,Suc,Unsuc)
Suc - > when the job runs succesfully, the file will take the status that is mentioned here Unsuc-> when the job failes, the file will take the status that is mentioned here
|
| |
Back To Question | |