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

data code;
infile'C:\Documents and Settings\admin\Desktop\country.txt';
input state$ district$ county$ population total;
proc sort data=code out=count;
by state district county;
run;
proc print data=count;
run;

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the function of catx syntax? : Sas-administrator

1150


What are the difficulties u faced while doing vital signs table or dataset?

2446


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

1316


why is sas data integration studio important? : Sas-di

1083


Explain proc univariate?

1100


Give e an example of..

2132


Name types of category in which SAS Informats are placed?

1196


What is the use of the %include statement?

1208


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

1059


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1398


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

1071


What is the purpose of trailing @ and @@? How do you use them?

1082


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

1180


Differentiate between format and informat? : sas-grid-administration

1115


Mention the validation tools used in SAS?

1228