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 / neelima
simple..in the proc print statement use VAR statement and
give the variables in ur order...u'll get the ouput with
variables ordered in ur VAR statement..
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What are the default statistics that proc means produce?
I need level 2 to 5 sas using companies in india
How does proc sql work?
What is the difference between proportion and average?
how do you want missing values handled? : Sas programming
What are all the problems you faced while validating tables and reports?
Which statement does not perform automatic conversions in comparisons?
How necessary is it to be creative in your work?
What system options would you use to help debug a macro? : sas-macro
How we can call macros with in data step? : sas-macro
What are the ways to do a “table lookup” in sas?
Describe the function and utility of the most difficult SAS macro that you have written?
what are input dataset and output dataset options? : Sas programming
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What can be the size of largest dataset in SAS?