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
Explain the main difference between the sas procedures and functions? : Sas-administrator
What will calendar procedure do?
is data integration and etl programming is same? : Sas-di
Explain the purpose of retain statement.
how do the in= variables improve the capability of a merge? : Sas programming
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what are some good sas programming practices for processing very large data sets? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
What is the use of stop statement?
Name any two sas spawners? : sas-grid-administration
What is the use of %include statement?
What is run-group processing?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What are the different versions of sas that you have used until now? : sas-grid-administration
What is the purpose of _character_ and _numeric_?