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 |
How many ways to overcome a missing values???
If you could design your ideal job, what would it look like?
What are the difficulties u faced while doing vital signs table or dataset?
how to generate the test data in sas without input data? : Sas-administrator
what is data governance? : Sas-di
what are some good sas programming practices for processing very large data sets? : Sas programming
What is data _null_?
How could you generate test data with no input data?
How would you define the end of a macro? : sas-macro
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
Explain how merging helps to combine data sets.
how do you test for missing values? : Sas programming