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 |
Name and describe three SAS functions that you have used, if any?
Name statements that are recognized at compile time only?
what is sas olap server? : Sas-di
How we will Developing new reports Using Data step programming and Macros ?
What is Linear Regression?
What is Transaction...? And what are Comment, Roll back n Save point..?
how to handle in stream data containing semicolon in it?
how many types of MERGE?
Do you know the features of sas?
What is the purpose of the trailing and How would you use them?
What is the general format of function in sas? : sas-grid-administration
I have a dataset concat having a variable a b & c. How to rename a b to e & f?