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 would be the value of month at the end of data step execution and how many observations would be there?
explain what is data set in sas? : Sas-administrator
how to debug and test the sas program? : Sas-administrator
What is the order of application for output data set options, input data set options and SAS statements?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what is data access? : Sas-di
how does sas handle missing values in formats? : Sas programming
How many ways to overcome a missing values???
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Describe the function and utility of the most difficult SAS macro that you have written?
What does PROC print, and PROC contents do?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the use of PROC gplot?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Tell me about % include and % eval? : sas-macro