Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables?

Answer Posted / chirag patel

Proc Sort Data = x ;
by State District County _Numeric_;
run ;

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enlist the syntax rules followed in sas statements.

617


What is maximum number of rows and cols can be handled in SAS?

853


Mention some common errors that are usually committed in sas programming.

588


How do you control the number of observations and/or variables read or written?

748


Difference between SAS STATA & SPSS?

681






How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?

2384


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2006


What can be the size of largest dataset in SAS?

717


If a variable contains letters or special characters, can it be numeric data type?

762


what is program data vector? : Sas-administrator

614


what can you learn from the sas log when debugging? : Sas programming

608


What is the difference between SAS functions and procedures?

658


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

615


how does sas handle missing values in assignment statements? : Sas programming

568


What system options would you use to help debug a macro? : sas-macro

636