Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / alan
--when you have a long series of mutually exclusive
conditions and comparison is numeric
--CPU time is reduced when using SELECT statements
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between %local and %global? : sas-macro
What are the difficulties u faced while doing vital signs table or dataset?
Have you ever used the SAS Debugger?
What are the different versions of sas that you have used until now? : sas-grid-administration
What do you know about symput and symget?
what do you mean by data staging area? : Sas-di
Why and when do you use proc sql?
Explain what is the use of proc gplot?
Mention the difference between ceil and floor functions in sas?
What is the difference between reading data from an external file and reading data from an existing data set?
How would you invoke a macro? : sas-macro
What is SAS? What are the functions does it performs?
what is information maps?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
for what purpose would you use the retain statement? : Sas programming