· What are some good SAS programming practices for
processing very large data sets?
Answer Posted / koduri
Using Arrays .
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What will calendar procedure do?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
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?
What are the default statistics that proc means produce?
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
how many types prompting framework can be broken down to? : Sas-bi
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is the difference between nodup and nodupkey options? : Sas programming
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;
What is the use of PROC gplot?
how does sas handle missing values in sort order? : Sas programming
what is sas metadata repository? : Sas-bi
In ARRAY processing, what does the DIM function do?
Explain the difference between using drop = data set option in set and data statement?