Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables.
Answer Posted / lakshmi
proc sort data=data1 out=data2;
by district state country;
run;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Describe the ways in which you can create a macro variable?
What are the functions used for character handling?
how sas deals with business intelligence? : Sas-bi
What can be the size of largest dataset in SAS?
What are the different versions of sas that you have used until now? : sas-grid-administration
How does proc sql work?
Explain proc univariate?
What are the special input delimiters used in SAS?
What is data _null_?
what is sas olap server? : Sas-di
What are types of transport files?
what is treatment emergent events and treatment emregent adverse event
What sas features do you use to check errors and data validation?
what is the effect of the options statement errors=1? : Sas programming
how can you create zero observation dataset? : Sas programming