· 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
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the command used to find missing values?
where to use sas business intelligence? : Sas-bi
What is the role of administrative users? : sas-grid-administration
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
how will you locate the sas platform applications? : Sas-bi
What are the statements in proc sql?
What are common programming errors committed in sas
What is the function of Stop statement in a SAS Program?
what is sas enterprise intelligence architecture? : Sas-bi
Mention the difference between ceil and floor functions in sas?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Explain data_null_?
Are you sensitive to code walk-throughs peer review or QC review?
Difference between nodup and nodupkey options?