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
explain about data integrator metadata reports? : Sas-di
What is connection profile? : sas-grid-administration
List out some key concept of SAS
Mention what is PROC in SAS?
how do you pull data from equifax?tell me the process?
Explain proc sort?
what is change analysis in sas di ? : Sas-di
What are the 3 components in sas programming?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is the maximum and minimum length of macro variable
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what are the component of range? : Sas-bi
How does the internal authentication work in sas? : sas-grid-administration