Page 2 of 2

Re: Write VSAM file thru rexx

PostPosted: Thu Oct 25, 2018 8:01 pm
by steve-myers
Of course, you can use

REPRO INDATASET(xxx) OUTDATASET(yyy)

and not use the ALLOCATE commands.

Re: Write VSAM file thru rexx

PostPosted: Thu Oct 25, 2018 8:27 pm
by willy jensen
Just keep in mind that REPRO will allocate the output dataset with disp OLD, which might actually be a good idea.