Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / prakask
i think select statements are used when we are using 1
condition to compare with several conditions
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Explain the difference between using drop = data set option in set and data statement?
What is the difference between using drop = data set option in data statement and set statement?
how do you debug and test your sas programs? : Sas programming
describe the interaction table in sas di? : Sas-di
If money were no object, what would you like to do?
Explain by-group processing?
which features do you use to check the data validations and errors? : Sas-administrator
What is the function of output statement in a SAS Program?
In sas, what are the areas that you are most interested in? : sas-grid-administration
explain the proc in sas? : Sas-administrator
What are the different servers in sas? : sas-grid-administration
How do you debug and test your SAS programs?
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?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming