Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / alan
--when you have a long series of mutually exclusive
conditions and comparison is numeric
--CPU time is reduced when using SELECT statements
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How do you connect the desktop application to metadata server? : sas-grid-administration
What are the data types does SAS contain?
What is the basic structure of the SAS base program?
How do you test for missing values?
Differentiate between ceil and floor functions.
Describe crosslist option in tables statement?
What is data _null_?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Why and when do you use proc sql?
How we can call macros with in data step? : sas-macro
Describe what are the different levels of administrative users in sas? : sas-grid-administration
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What commands are used in the case of including or excluding any specific variables in the data set?
What is maximum storage capability of SAS?