· 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
how do you test for missing values? : Sas programming
what is function of retain statment
What is the length assigned to the target variable by the scan function?
how many types of prompts are there? : Sas-bi
Differentiate input and infile.
explain the concepts and capabilities of business object? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What are the applications primarily used by business analyst? : Sas-bi
How to convert a numeric variable to a character variable?
What are the new features included in the new version of SAS Programming Language?
what is study design in while working with SAS? what are screening variables in SAS?
Approximately what date is represented by the SAS date value of 730?
What is the role of unrestrictive users? : sas-grid-administration
What do the put and input function do?
what are 5 ways to perform a table lookup in sas? : Sas-administrator