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


Please Help Members By Posting Answers For Below Questions

What is the function of output statement in a SAS Program?

813


How does the internal authentication work in sas? : sas-grid-administration

835


how to read the variables in sas? : Sas-administrator

783


What are the differences between sum function and using “+” operator?

790


how to change the execute of macro

1922


how does sas handle missing values in procs? : Sas programming

880


what are the scrubbing procedures in sas? : Sas programming

1051


What do the put and input function do?

789


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3348


What is the work of tranwrd function?

953


Differences between where and if statement?

787


Enlist the functions performed by sas.

869


What will calendar procedure do?

829


what is business intelligence? : Sas-bi

802


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1934