On 4/2/2014 4:50 PM, Paul Gilmartin wrote:
On Wed, 2 Apr 2014 16:25:10 -0500, Walt Farrell wrote:
<snip>
allocate dd(ddn) dsn(dsn1) allocate dd(ddn2) dsn(dsn2) concat ddlist(ddn,ddn2) free ddn...frees dsn1 but leaves dsn2 allocated. So, I'm left wondering what's different between the control block structures created by the two processes. (Or did I make an observational error?)
<snip> This makes sense to me. If I specifically allocate two files, I would expect to have to free two files. The free of ddn de-concats the files and frees ddn. -- Richard ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
