Under what circumstances would you code a SELECT construct
instead of IF statements?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / jothi sankar
--> When renaming of varibales during getting data itself,
--> new varible creation by combining already existing
varibales(eg: Name = FName + LName) to reduce memory usage
--> When nested conditions are less and getting more %
records from base
| Is This Answer Correct ? | 0 Yes | 4 No |
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What would be the value of month at the end of data step execution and how many observations would be there?
What is Transaction...? And what are Comment, Roll back n Save point..?
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
in data set200 observation how to take 110,150,170 using sql procedure?
Describe 5 ways to do a “table lookup” in SAS?
How do you download a flat file from Mainframe to your local PC using SAS?
What is a macro routine?
What is the difference between %put and symbolgen? : sas-macro
what is the use of LRECL option.
what are the types of interactive display types? : Sas-bi