|
|
| Author |
Message |
subhasis_50
Moderator
Joined: 09 Mar 2005 Posts: 367 Location: Earth
|
|
|
|
Hi,
For creation of a new PS dataset, if i mention (NEW,CATLG,DELETE) OR (NEW,KEEP,DELETE), what will happen. What is the difference there please explain. I also want to use that file in other job. |
|
| Back to top |
|
 |
References
|
|
 |
David P
Active User
Joined: 11 Apr 2005 Posts: 110 Location: Cincinnati Ohio
|
|
|
|
Hi Subhasis,
DISP=(NEW,CATLG,DELETE) means that you are going to create a new data set and if your step terminates normally that data set would be CATALOGED other wise it would be deleted.
For DISP=(NEW,KEEP,DELETE)
KEEP does not imply CATLG. As a result, DISP=(NEW,KEEP) should be rarely used because next time you retrieve the dataset, you need to specify UNIT and VOL=SER.
regards,
David. |
|
| Back to top |
|
 |
priyesh.agrawal
Global Moderator
Joined: 28 Mar 2005 Posts: 1509 Location: Chicago, IL
|
|
| Back to top |
|
 |
subhasis_50
Moderator
Joined: 09 Mar 2005 Posts: 367 Location: Earth
|
|
|
|
Hi Priyesh & David,
Thanks for ur help. |
|
| Back to top |
|
 |
|
|