Write VSAM file thru rexx



IBM's Command List programming language & Restructured Extended Executor

Re: Write VSAM file thru rexx

Postby steve-myers » Thu Oct 25, 2018 8:01 pm

Of course, you can use

REPRO INDATASET(xxx) OUTDATASET(yyy)

and not use the ALLOCATE commands.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Write VSAM file thru rexx

Postby willy jensen » Thu Oct 25, 2018 8:27 pm

Just keep in mind that REPRO will allocate the output dataset with disp OLD, which might actually be a good idea.
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times

Previous

Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post