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

explain about data integrator metadata reports? : Sas-di

556


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

632


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

638


Compare sas with other data analytics tools.

575


Explain bmdp procedure?

605






how would you create multiple observations from a single observation? : Sas programming

562


What are the default statistics for means procedure?

634


which features do you use to check the data validations and errors? : Sas-administrator

542


What is SAS informats?

628


what is the purpose of _error_? : Sas programming

602


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

599


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

605


Explain append procedure?

627


explain the main difference between the nodup and nodupkey options? : Sas-administrator

678


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

673