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

I need level 2 to 5 sas using companies in india

2020


How many data types are there in SAS?

727


why a stop statement is needed for the point= option on a set statement?

703


what are 5 ways to perform a table lookup in sas? : Sas-administrator

866


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

740






what is function of retain statment

1677


what is the use of proc contents and proc print in sas? : Sas-administrator

709


how do the in= variables improve the capability of a merge? : Sas programming

1046


Mention what is SAS data set?

778


What are the difference between sas functions and procedures?

731


What are the data types in sas?

707


What are the 3 components in sas programming?

834


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

824


Are you involved in writing the inferential analysis plan? Tables specfications?

1844


What are the functions used for character handling?

746