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
how the sas basic syntax style described? : Sas-administrator
what are some good sas programming practices for processing very large data sets? : Sas programming
What does the trace option do?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
List out some key concept of SAS
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is data _null_?
How to create an external dataset with sas code?
Which statement does not perform automatic conversions in comparisons?
What are the default statistics that proc means produce?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
How do you delete duplicate observations in sas?
what is change analysis in sas di ? : Sas-di
Explain how you can debug and test your SAS program?
What are all the problems you faced while validating tables and reports?