Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / 3nadh
Select Statement executes one of several statements or
group of statements.
If Statement :- Continues processing only those obs that
meet the condition.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Differentiate between format and informat? : sas-grid-administration
what is the purpose of _error_? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
If a variable contains letters or special characters, can it be numeric data type?
How would you invoke a macro? : sas-macro
what techniques and/or procs do you use for tables? : Sas programming
How can you create a macro variable with in data step? : sas-macro
name some data transformation used in sas di? : Sas-di
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What is SAS?
what versions of sas have you used (on which platforms)? : Sas programming
what has been your most common programming mistake? : Sas programming
How would you identify a macro variable?
why a stop statement is needed for the point= option on a set statement?