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
What is the function of output statement in a SAS Program?
How does the internal authentication work in sas? : sas-grid-administration
how to read the variables in sas? : Sas-administrator
What are the differences between sum function and using “+” operator?
how to change the execute of macro
how does sas handle missing values in procs? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
What do the put and input function do?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What is the work of tranwrd function?
Differences between where and if statement?
Enlist the functions performed by sas.
What will calendar procedure do?
what is business intelligence? : Sas-bi
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?