Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables.
Answer Posted / swarup
Proc Sort data=data1 out=data2;
By State District County _numeric_;
Run;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is a method to debug and test your SAS program?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Describe crosslist option in tables statement?
for whom is sas data integration studio designed? : Sas-di
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
where to use sas business intelligence? : Sas-bi
how will you locate the sas platform applications? : Sas-bi
How do you define proc in sas? : sas-grid-administration
How do you test for missing values?
explain the concepts and capabilities of business object? : Sas-bi
Tell me about % include and % eval? : sas-macro
What is your favorite all time computer book? Why?