On Fri, 4 Apr 2014 19:01:22 +0000, Gibney, Dave wrote:

>Do you really want this? Not attempting to be correct syntax:
>Allocate dd(ddn1) dataset(dataset1)
>Allocate dd(ddn2) dataset(dataset2)
>Allocate dd(ddn3) dataset(dataset3)
>
>Concat ddlist(ddn1,ddn2)
>Concat ddlist(ddn2,ddn3)
>
>Free dd(ddn1)
>
>If this frees both ddn1 and ddn2, then the second concat is broken
>
(After thought:  It presumably does prohibit:

>Concat ddlist(ddn1,ddn2) permc
>Free dd(ddn1)
>
>Concat ddlist(ddn2,ddn3)
>
Do you really want this?  If so, omit the PERMC.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to