View Single Post
Old Jul 11th, 2005, 1:05 PM   #1
andrey
Newbie
 
Join Date: Jul 2005
Posts: 3
Rep Power: 0 andrey is on a distinguished road
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
andrey is offline   Reply With Quote