Mea culpa to all, I should know better than to click Send without checking the Fine Manual first.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Sent: Thursday, December 08, 2005 12:16 PM To: [email protected] Subject: Re: 'ALLOCATE' a data set in my TSO/E session Actually if you do not code DISP, according to the JCL Reference manual: If you omit the DISP parameter, the default is a NEW data set with a disposition of DELETE for both normal and abnormal termination disposition. Thus, you can omit the DISP parameter for a data set that is created and deleted during a step. So the default when not coded at all is DISP=(NEW,DELETE,DELETE) Don Imbriale >-----Original Message----- >From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf >Of Farley, Peter x23353 >Sent: Thursday, December 08, 2005 10:32 AM >To: [email protected] >Subject: Re: 'ALLOCATE' a data set in my TSO/E session > >Lizette, the default DISP for existing datasets is OLD,KEEP, not OLD,DELETE. > _ This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

