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 the difference between %put and symbolgen?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
Mention the difference between ceil and floor functions in sas?
How would you identify a macro variable?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
What is SAS Information Map Studio and its purpose ?
What does error:1 mean?
6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
Explain the use of proc print and proc contents?
what does .. meant in sas macros