Accessing VSAM Data Sets |
To write to an empty VSAM file with a PUT statement, specify the VSAM option in a FILE statement:
filename out 'myid.newdata' disp=old; data current; file out vsam; put ...; /* SAS statements */ run;
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.