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

if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1169


what is factor analysis? : Sas-administrator

617


What is the maximum length of the macro variable?

680


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

946


What does proc print, and proc contents are used for?

613






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

531


Differentiate input and infile.

599


In sas, what are the areas that you are most interested in? : sas-grid-administration

644


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3066


How can you limit the variables written to output dataset in data step?

757


What is the command used to find missing values?

595


How do you connect the desktop application to metadata server? : sas-grid-administration

588


how does sas handle missing values in sort order? : Sas programming

537


what is null hypothesis? why do you consider that?

2425


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

694