|
Sas on unix question
This is a really simple question for anyone i'm sure but i cant get it..
I had a sas data set, i know i can read it with the following script
Libname 'name' 'path'
proc print data = 'name.datasetname'
How do i add a DATA step in there so that i can modify the dataset and not override the original. Just save it as something new.
Thanks
|