| |
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? |
| November 11, 2008 01:39:03 |
#3 |
| raghu_k213 |
Member Since: November 2008 Total Comments: 4 |
RE: DISP Parameter |
For the 1st time if the job execute successful then data set will be created and then passed to the next step. If the job abbends then it will catalog. For the 2nd execution it will show that duplicate data set name. |
| |
Back To Question | |