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 use of proc contents and proc print in sas? : Sas-administrator
What is the use of %include statement?
how do you debug and test your sas programs? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
what is sas metadata repository? : Sas-bi
What do you understand by the term Normal Distribution?
What is the difference between one to one merge and match merge? Give an example.
Which are the statements whose placement in the data step is critical?
Are you involved in writing the inferential analysis plan? Tables specfications?
what are the component of range? : Sas-bi
what is sas metadata server? : Sas-di
why is sas data integration studio important? : Sas-di
what is the purpose of _error_? : Sas programming
What are the difference between the sas data step and sas procs?
What are the advantages of using sas?