· What are some good SAS programming practices for
processing very large data sets?
Answer Posted / vicky
1.we can compress the dataset
2.if we wana do merge a bigdate set with another dataset
having few variables for instance a fact with dimension
having key variable and description column
in this case sorting n merging this bigdateset(fact) with
dimension apply formats.so dat u can avoid sort n merge.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain why double trailing @@ is used in input statement?
Can you execute a macro within a macro? Describe. : sas-macro
Explain substr function?
What would you change about your job?
How does the internal authentication work in sas? : sas-grid-administration
what is ae onset date n what is RDS
Are you involved in writing the inferential analysis plan? Tables specifications?
What are the difference between sas functions and procedures?
what is sas metadata server? : Sas-di
what are _numeric_ and _character_ and what do they do? : Sas programming
What does proc print, and proc contents are used for?
What are the difficulties u faced while doing vital signs table or dataset?
what is the effect of the options statement errors=1? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how the sas basic syntax style described? : Sas-administrator