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
I need level 2 to 5 sas using companies in india
How many data types are there in SAS?
why a stop statement is needed for the point= option on a set statement?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what is function of retain statment
what is the use of proc contents and proc print in sas? : Sas-administrator
how do the in= variables improve the capability of a merge? : Sas programming
Mention what is SAS data set?
What are the difference between sas functions and procedures?
What are the data types in sas?
What are the 3 components in sas programming?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Are you involved in writing the inferential analysis plan? Tables specfications?
What are the functions used for character handling?