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

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to