Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What does the RUN statement do?

1345


for whom is sas data integration studio designed? : Sas-di

1057


Of all your work, where have you been the most successful?

4712


Mention what is SAS data set?

1174


What are the implications?

1781


Explain the use of proc print and proc contents?

1007


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1992


What are the new features included in the new version of SAS Programming Language?

1243


how does sas handle missing values in sort order? : Sas programming

974


what is data integration? : Sas-di

1162


What is the purpose of _character_ and _numeric_?

1104


how to do user inputs and command line arguments in sas?

3086


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

1055


What is interleaving in SAS?

1172


what are some differences between proc summary and proc means? : Sas programming

1186