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 / amar
Proc sort data=dataset;
by idnumber ;
run;
| Is This Answer Correct ? | 2 Yes | 25 No |
Post New Answer View All Answers
How would you identify a macro variable?
what is ae onset date n what is RDS
How many ways to overcome a missing values???
Name and describe few sas character functions that are used for data cleaning in brief.
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Given an unsorted data set, how to read the last observation to a new data set?
name some data transformation used in sas di? : Sas-di
Mention what is PROC in SAS?
What is the general format of function in sas? : sas-grid-administration
What is the basic structure of a sas program?
what are some differences between proc summary and proc means? : Sas programming
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
What is the SAS data set?
What are the 3 components in sas programming?
How can you create a macro variable with in data step? : sas-macro