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 do the mod and int function do? : Sas programming
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Enlist the syntax rules followed in sas statements.
Did you used proc test? when?
Name any two sas spawners? : sas-grid-administration
What is the length assigned to the target variable by the scan function?
How you can read the variables that you need?
what is the difference between unique key and primary key? : Sas-di
Explain proc univariate?
Differentiate between ceil and floor functions.
What will calendar procedure do?
how do you pull data from equifax?tell me the process?
How to test the debugging in sas?
what is program data vector? : Sas-administrator
Name few SAS functions?