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 are the differences between proc means and proc summary?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Describe the function and utility of the most difficult SAS macro that you have written?
State the difference between INFORMAT and FORMAT ?
Can you suggest us materials for sdtm mapping?
Explain the use of proc gplot? : sas-grid-administration
What is a put statement?
how to remove duplicates using proc sql?
What are the automatic variables for macro? : sas-macro
What is your favorite all time computer book? Why?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is sas and what are the functions? : Sas-administrator
What is the difference between using drop = data set option in data statement and set statement?
Give an example where SAS fails to convert character value to numeric value automatically?
How do you connect the desktop application to metadata server? : sas-grid-administration