I have a data set that have over thousands observations and over ten variables, and all values are numeric. what I need to do is find out the top 6 bigger values for each observation. Any feedback would be greatly appreciated
... View more
yes, this will work for sure. what I was trying is use _character_ to represent all character variables since I have more that 20 of them. thanks anyway
... View more
I have import a file from access and there are several characters variables , by default, the length of variables are $255. I have trying to use length statement to change them all together, but does not work data want; length _char_ $40.; set have; run; Please help! Many thanks!
... View more