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 / 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

Describe the ways in which you can create a macro variable?

1128


What are the functions used for character handling?

1302


how sas deals with business intelligence? : Sas-bi

1100


What can be the size of largest dataset in SAS?

1271


What are the different versions of sas that you have used until now? : sas-grid-administration

1389


How does proc sql work?

1143


Explain proc univariate?

1101


What are the special input delimiters used in SAS?

1238


What is data _null_?

1193


what is sas olap server? : Sas-di

1293


What are types of transport files?

8082


what is treatment emergent events and treatment emregent adverse event

2446


What sas features do you use to check errors and data validation?

1262


what is the effect of the options statement errors=1? : Sas programming

1101


how can you create zero observation dataset? : Sas programming

1199