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


Please Help Members By Posting Answers For Below Questions

What are the functions which are used for character handling functions?

603


How substr function works in sas?

693


How to read an input file in sas?

642


What is the differnce between SDTM 3.1.2 to 3.1.1 version

4595


What are the special input delimiters used in SAS?

647






Have you ever used the SAS Debugger?

1201


how can you put a "trace" in your program? : Sas programming

567


For clinical entire study how many tables will create approx?

1512


what is transformation in sas data integration? : Sas-di

539


What do you know about symput and symget?

717


why a stop statement is needed for the point= option on a set statement?

615


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

607


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

1157


for what purpose would you use the retain statement? : Sas programming

571


Explain data_null_?

597