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

hi guys ...i have one query...
data abc;
input s w k g o t a m;
cards;
1 2 3 4 5 6 7 8
2 3 4 5 6 7 8 9
;
run;

i want the output to be the sorted order(only
variables).observations should not be changed..

Answer Posted / guest

data abc;
input s w k g o t a m;
cards;
1 2 3 4 5 6 7 8
2 3 4 5 6 7 8 9
;
run;
proc sort data=abc;
run;

Is This Answer Correct ?    2 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is factor analysis? : Sas-administrator

1147


how do you pull data from equifax?tell me the process?

1836


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

1106


Mention what is the difference between nodupkey and nodup options?

1060


what is the primary data source for the wrs? : Sas-bi

1337


explain what is data set in sas? : Sas-administrator

1039


Name few SAS functions?

1148


What is data _null_?

1198


Give e an example of..

2138


Enlist the syntax rules followed in sas statements.

1131


Give some examples where proc report’s defaults are same as proc print’s defaults?

1167


For what purpose would you use the RETAIN statement?

1585


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

1222


how will you locate the sas platform applications? : Sas-bi

1084


what has been your most common programming mistake? : Sas programming

1189