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 to intersect the tables by using PROC MIXED?
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
what is study design in while working with SAS? what are screening variables in SAS?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
What is the difference between reading data from an external file and reading data from an existing data set?
Which of the following is not created during compilation phase?
How many versions came upto now in SAS?
what has been your most common programming mistake? : Sas programming
Diff between proc sql merge and join?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
Enlist the functions performed by sas.