· 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
Differentiate between format and informat? : sas-grid-administration
If you could design your ideal job, what would it look like?
how to read the variables in sas? : Sas-administrator
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Enlist the syntax rules followed in sas statements.
What is the basic structure of the SAS base program?
How do you delete duplicate observations in sas?
What is the difference between one to one merge and match merge? Give an example.
what is the effect of the options statement errors=1? : Sas programming
what is sas data set?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what is the primary data source for the wrs? : Sas-bi
What are the functions used for character handling?
What are the special input delimiters used in SAS?
What are the advantages of using sas?