Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables.
Answer Posted / chiranjeevi
data code;
infile'C:\Documents and Settings\admin\Desktop\country.txt';
input state$ district$ county$ population total;
proc sort data=code out=count;
by state district county;
run;
proc print data=count;
run;
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is the use of proc sql? : Sas programming
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What do the PUT and INPUT functions do?
Describe the ways in which you can create macro variables? : sas-macro
explain the concepts and capabilities of business object? : Sas-bi
what are some differences between proc summary and proc means? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
What function CATX syntax does?
Mention the difference between ceil and floor functions in sas?
What is data _null_?
What is interleaving in SAS?
How would you define the end of a macro?
What are the different types of sas functions?
How to create an external dataset with sas code?