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 

----------------------------------------------------------------------
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