How do you read in the variables that you need?
Answer Posted / murray
I believe it is more efficient to use the KEEP statement on
the input data set, as only required variables are read into
the PDV. This is also true for the WHERE statement.
For small data sets the difference is of course negligible,
however it is always good to practice efficient programming.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Mention few capabilities of sas framework.
how can you create zero observation dataset? : Sas programming
what is the basic structure sas administrator? : Sas-administrator
How to create a permanent sas data set?
Which date function advances a date, time or datetime value by a given interval?
Explain how merging helps to combine data sets.
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is program data vector (pdv)?
How do you define proc in sas? : sas-grid-administration
what is the difference between floor and ceil functions in sas? : Sas-administrator
How many data types are there in SAS?
how do the in= variables improve the capability of a merge? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
What do you code to create a macro? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration