On Sun, 6 Dec 2009 12:35:32 -0800, Jim Phoenix wrote:
>>
>How about adding support for DISP=(REPLACE,DELETE) or DISP=(DELETE,DELETE)?
>
What effect would these have on JFCB, TIOT, etc.?

>Either would essentially delete the dataset exists, and then allocate
>the dataset as new.  This would also allow the construct

DISP=(DELETE,DELETE) would allocate the data set as new?  A bit
counterintuitive.  But, then, it _is_ JCL.

>DISP=(REPLACE,CATLG,DELETE) to function like DISP=(NEW,CATLG,DELETE),
>but without causing a JCL error if the dataset happens to already
>exist.  This latter JCL error being a particular bane of mine.
>
For that, I use DISP=(MOD,CATLG).  Doesn't cause JCL error.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to