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

yeh neelima is rt...
u will get the variables in the order u mention in the var
statement in proc print.

proc print data =abc;
var a g k m o s t w;
run;

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is PROC in SAS?

1102


What is the work of tranwrd function?

1297


Mention the validation tools used in SAS?

1230


Compare sas with other data analytics tools.

1096


How to specify variables to be processed by the freq procedure?

1118


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

1105


What is the difference between the proc sql and data step?

1223


what is business intelligence? : Sas-bi

1108


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

1137


What is program data vector (pdv)?

1392


what is null hypothesis? why do you consider that?

2961


What are the default statistics for means procedure?

1299


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1315


What is the difference between proportion and average?

3405


What is maximum number of rows and cols can be handled in SAS?

1671