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
What does the RUN statement do?
for whom is sas data integration studio designed? : Sas-di
Of all your work, where have you been the most successful?
Mention what is SAS data set?
What are the implications?
Explain the use of proc print and proc contents?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What are the new features included in the new version of SAS Programming Language?
how does sas handle missing values in sort order? : Sas programming
what is data integration? : Sas-di
What is the purpose of _character_ and _numeric_?
how to do user inputs and command line arguments in sas?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What is interleaving in SAS?
what are some differences between proc summary and proc means? : Sas programming