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
what is change analysis in sas di ? : Sas-di
what can you learn from the sas log when debugging? : Sas programming
what is the difference between nodup and nodupkey options? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
How will you generate test data with no input data?
How do you specify the number of iterations and specific condition within a single do loop?
What are the ways in which macro variables can be created in sas programming?
How can you limit the variables written to output dataset in data step?
name some data transformation used in sas di? : Sas-di
Explain why double trailing @@ is used in input statement?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Mention what are the data types does SAS contain?
What is the difference between one to one merge and match merge? Give an example.
How do you convert basic cube to transaction cube and transaction cube to basic cube?