· 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
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is a macro routine?
What do you code to create a macro? : sas-macro
how to change the execute of macro
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what are some differences between proc summary and proc means? : Sas programming
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
List out some key concept of SAS
What do you know about sas and what we do? : sas-grid-administration
What is your favorite all time computer book? Why?
I need level 2 to 5 sas using companies in india
What are the differences between proc means and proc summary?
Explain the use of proc gplot? : sas-grid-administration
What is the purpose of trailing @ and @@? How do you use them?