Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / juan
SELECT statement can do logical test. A SELECT statement
provides an alternative to a series of IF and ELSE IF
statements. It is usually more efficient than IF-THEN/ELSE,
especially if you are recoding a variable into a large
number of categories.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is sas data set?
what is treatment emergent events and treatment emregent adverse event
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What is the purpose of _character_ and _numeric_?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what do the pad and dim functions do? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Hi, If anyone has base SAS certification dumps, please share.
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Of all your work, where have you been the most successful?
What is the use of divide function?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What system options would you use to help debug a macro? : sas-macro
What is the use of function Proc summary?