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:  how can we create a PDS file using jcl

Answer: can anyone help we how to create a pds file using jcl


August 08, 2008 04:14:20 #2
 arun442   Member Since: August 2008    Total Comments: 3 

RE: how can we create a PDS file using jcl
 

PDS is also known as folder, in disp parameter

disp=(cyl,(10,10,10),rlse)

first 10 =primary memory

second 10= secondary memory 

third 10 =memory used to make pds.

if this 10 or any value is not present then a ps will be formed instead of pds

     

 

Back To Question