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
Mention some common errors that are usually committed in sas programming.
what is SAS OPTIMIZATION?
Describe the ways in which you can create macro variables?
What is the use of the %include statement?
what are input dataset and output dataset options? : Sas programming
how many display types available in sas bi dashboard? : Sas-bi
Of all your work, where have you been the most successful?
What is a macro routine?
Explain append procedure?
Describe a time when you were really stuck on a problem and how you solved it?
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 do the sas log messages “numeric values have been converted to character” mean? What are the implications?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Explain data step in SAS
How do you delete duplicate observations in sas?