On Thu, 2 Sep 2021 01:00:11 -0500, Weizman arbel wrote:

>i want to free one of them (sortout) 
>and browse the file from the second dd.
>( At the moment i am alloc 2nd dd copy the first and free the first )
>( I do not want a fixed file )
>
> 
Perform the first allocation with:
    CALL BPXWDYN 'ALLOC RTDSN(D) RTVOL(V) ...'

Reallocate with:
    CALL BPXWDYN 'ALLOC DSN('D') VOL('V') ...'

What do you mean by 'fixed file'?

-- gil

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