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

Answer Posted / swarup

Proc Sort data=data1 out=data2;
By State District County _numeric_;
Run;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5187


Hi, If anyone has base SAS certification dumps, please share.

1616


what is proc Index? and what is proc document?

2235


Explain the use of proc print and proc contents?

731


What does the trace option do?

872


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

821


Where do you use proc means over proc freq?

760


What is PROC in SAS?

814


What are pdv and it functions?

771


Mention common programming errors committed in sas ?

841


If a variable contains only numbers, can it be a character data type?

847


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1852


What is Linear Regression?

888


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1888


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2473