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
Can you suggest us materials for sdtm mapping?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What is the use of stop statement?
How do dates work in SAS data?
List out some key concept of SAS
how many display types available in sas bi dashboard? : Sas-bi
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What areas of SAS are you most interested in?
How can you limit the variables written to output dataset in data step?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
explain the function of substr in sas? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Mention how to limit decimal places for the variable using proc means?
what is treatment emergent events and treatment emregent adverse event