| |
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? |
| August 08, 2008 04:38:37 |
#2 |
| sureshgreetsu |
Member Since: August 2008 Total Comments: 1 |
RE: DISP Parameter |
| A new dataset will be created first . For successful execution of the program the dataset will be passed to next step in the Job . For unsuccessful execution of the program the dataset will be cataloged |
| |
Back To Question | |