Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / sumalatha.ch
select statement is reduced cpu time.and make the programme
easier to read and debug
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is run-group processing?
How would you define the end of a macro?
What is the good sas programming practices for processing large data sets?
what is the difference between nodup and nodupkey options? : Sas programming
How to create an external dataset with sas code?
Which are the statements whose placement in the data step is critical?
which date function advances a date, time or datetime value by a given interval? : Sas programming
what is the basic structure sas administrator? : Sas-administrator
what are several options for creating reports in web report studio? : Sas-bi
what is data integration? : Sas-di
what are sas/access and sas/connect? : Sas programming
How long can a macro variable be? A token? : sas-macro
What is the function of Stop statement in a SAS Program?
What is the use of PROC gplot?
What’s the difference between var b1 – b3 and var b1 — b3?