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


Please Help Members By Posting Answers For Below Questions

what is change analysis in sas di ? : Sas-di

809


what can you learn from the sas log when debugging? : Sas programming

849


what is the difference between nodup and nodupkey options? : Sas programming

880


How do you use the do loop if you don’t know how many times you should execute the do loop?

1020


How will you generate test data with no input data?

836


How do you specify the number of iterations and specific condition within a single do loop?

862


What are the ways in which macro variables can be created in sas programming?

802


How can you limit the variables written to output dataset in data step?

1050


name some data transformation used in sas di? : Sas-di

753


Explain why double trailing @@ is used in input statement?

818


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

795


What are the different operating system platforms in which we can use sas? : sas-grid-administration

826


Mention what are the data types does SAS contain?

930


What is the difference between one to one merge and match merge? Give an example.

824


How do you convert basic cube to transaction cube and transaction cube to basic cube?

2013