I notice that Arbel is responding to other plies in this thread but not to mine. I wonder if my messages are going into Arbel's spam? My postings appear on the UA.EDU website and are REPROed to me.
On Thu, 2 Sep 2021 15:20:30 +0000, Seymour J Metz wrote: >Don't free SORTOUT - that will delete the temporary dataset. Use bpxwdyn to >redefine the ddname to what you need, > It should be OK ro FREE SORTOUT after allocating the other DDNAME to the same data set. >________________________________________ >From: Weizman arbel [[email protected]] >Sent: Thursday, September 2, 2021 11:04 AM > >i am want it from rexx foreground >"ALLOC F(SORTOUT) REUSE NEW RECFM(F B)", >" SPACE(2,2) CYL RELEASE DSO(PS) BLKSIZE(0)" > >i am want to relese (free) sortout and >browse/use the temp file by 2nd dd > >like >"ALLOC F(SORTOUT dd2nd) REUSE NEW RECFM(F B)", >... > >"FREE F(SORTOUT)" > >browse the file by dd2nd > >In the situation now I'm copying the SORTOUT to dd2nd >And it takes time for big file -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
