Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / juan
SELECT statement can do logical test. A SELECT statement
provides an alternative to a series of IF and ELSE IF
statements. It is usually more efficient than IF-THEN/ELSE,
especially if you are recoding a variable into a large
number of categories.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the default statistics that proc means produce?
What system options would you use to help debug a macro? : sas-macro
How to create an external dataset with sas code?
What areas of SAS are you most interested in?
how the sas basic syntax style described? : Sas-administrator
What is the difference between match merge and one to one merge?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
explain the use of % includes a statement in sas? : Sas-administrator
how would you create multiple observations from a single observation? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
how many types of prompts are there? : Sas-bi
Differentiate between proc means and proc summary.
what is hierarchy flattening? : Sas-di
What are the automatic variables for macro? : sas-macro
What is the good sas programming practices for processing large data sets?