· What are some good SAS programming practices for
processing very large data sets?
Answer Posted / dvsr
1)compress the datasets
2)use DROP KEEP options while creating temp data sets
3)Index creation on the Frequently using variables
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between %local and %global? : sas-macro
Explain by-group processing?
what is sas and what are the functions? : Sas-administrator
how can you put a "trace" in your program? : Sas programming
what is hierarchy flattening? : Sas-di
What can be the size of largest dataset in SAS?
describe about metadata object? : Sas-di
Do you know the features of sas?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
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 maximum storage capability of SAS?
How we can call macros with in data step? : sas-macro
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the limitations for memory allocation for SAS variables