Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / kumarrd
when ever we want check with more than condition we may use
if condition rather than select one
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
name several ways to achieve efficiency in your program? : Sas programming
If money were no object, what would you like to do?
Of all your work, where have you been the most successful?
What are the difference between the sas data step and sas procs?
Enlist the functions performed by sas.
Name any two sas spawners? : sas-grid-administration
what are validation tools that are used in sas? : Sas-administrator
How to include or exclude specific variables in a data set?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
how could you generate test data with no input data? : Sas programming
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Mention sas system options to debug sas macros.
If you could design your ideal job, what would it look like?
What are SAS/ACCESS and SAS/CONNECT?
Name few SAS functions?