how can you sort the dataset having millions of OBS(instead
of sort procedure?
Answer Posted / solasa
Using INDEX option save the cpu time and helps in fast
processing
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is program data vector? : Sas-administrator
What is the purpose of trailing @ and @@? How do you use them?
What are the limitations for memory allocation for SAS variables
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Why double trailing @@ is used in input statement?
Mention how to limit decimal places for the variable using proc means?
how many display types available in sas bi dashboard? : Sas-bi
What versions of SAS have you used (on which platforms)?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
what is sas data set?
How would you invoke a macro? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Explain append procedure?
what are the best practices to process the large data sets in sas programming? : Sas-administrator