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

proc sort data=x;
var state district county;
run;

Is This Answer Correct ?    0 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you ever used the SAS Debugger?

1815


Explain translate function?

1252


AE datasets names? how many types?

2556


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

2103


What is a method to debug and test your SAS program?

1430


How is character variable converted into numeric variable and vice versa?

1219


How to test the debugging in sas?

1239


Explain append procedure?

1128


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

1098


Mention the category in which sas informats are placed?

1076


What is the difference between class statement and by statement in proc means?

1387


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1731


Mention what is PROC in SAS?

1110


How can you create a macro variable with in data step? : sas-macro

1087


How do you test for missing values?

1684