· What are some good SAS programming practices for
processing very large data sets?
Answer Posted / sibin
Use
1.WHERE Condition
2.DROP KEEP in Set Statement
3.ARRAY
4.Mutually Exclusive Conditions like DO ,DO UNTIL,DO WHILE
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is the use of the %include statement?
How we can call macros with in data step? : sas-macro
how to do user inputs and command line arguments in sas?
What is a macro routine?
What is factor analysis?
What is the use of stop statement?
What is the maximum length of the macro variable? : sas-macro
what are the considerations when picking a SAS/STAT procedure?
how can you import .csv file in to sas? : Sas programming
Explain append procedure?
what is treatment emergent events and treatment emregent adverse event
Can you execute macro within another macro? : sas-macro
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Differentiate between sas functions and sas procedures.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming