How would you keep from overlaying the a SAS set with its
sorted version?
Answer Posted / tangyoulei
proc sort data=*** out=###;
by;
run;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What areas of SAS are you most interested in?
What is the use of divide function?
how do you debug and test your sas programs? : Sas programming
If a variable contains only numbers, can it be a character data type?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Explain how you can debug and test your SAS program?
What are the difficulties u faced while doing vital signs table or dataset?
Have you ever used the SAS Debugger?
what are all the reports you generated in your recent project?
How would you define the end of a macro? : sas-macro
How does the internal authentication work in sas? : sas-grid-administration
what is program data vector? : Sas-administrator
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 PhaseIII, ODS, TLG, Macro and Proc in SAS
What is proc sort?