GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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 03:49:42 #1
 arun442   Member Since: August 2008    Total Comments: 3 

RE: DISP Parameter
 
In such case first time a new folder/file will be created and if succesful completion of programme is there then that program will be passed otherwise the JCL program will be catalogue, in this case.
     

 

Back To Question