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 / sravan
data xyz;
set abc;
retain a g k m o s t;
run;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the maximum length of the macro variable?
how do you debug and test your sas programs? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What are the functions used for character handling?
What are the different types of sas functions?
Mention what is the difference between nodupkey and nodup options?
how could you generate test data with no input data? : Sas programming
explain the function of substr in sas? : Sas-administrator
Tell me about % include and % eval? : sas-macro
What are the implications?
What is the difference between input and infile statement?
Explain proc sort?
AE datasets names? how many types?