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

data xyz;
set abc;
retain a g k m o s t;
run;

Is This Answer Correct ?    3 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

2422


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1546


What is the maximum length of the macro variable?

1226


how do you debug and test your sas programs? : Sas programming

1172


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2288


What are the functions used for character handling?

1310


What are the different types of sas functions?

1364


Mention what is the difference between nodupkey and nodup options?

1061


how could you generate test data with no input data? : Sas programming

1238


explain the function of substr in sas? : Sas-administrator

1069


Tell me about % include and % eval? : sas-macro

1190


What are the implications?

1788


What is the difference between input and infile statement?

1229


Explain proc sort?

1177


AE datasets names? how many types?

2561