Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / venkatesh.layam
when ever we wre do the task on puarticular variable select
works efficiently than if then else
And it will check immideatly and occupies less space.
it will give good shape out for data.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is business intelligence? : Sas-bi
Name few SAS functions?
what is the Population you used in your project, is it ITT or PP?
what is information maps?
what is the use of proc contents and proc print in sas? : Sas-administrator
How would you identify a macro variable? : sas-macro
What is the use of function Proc summary?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
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?
How to limit decimal places for variable using proc means?
Which date function advances a date, time or datetime value by a given interval?
Describe the function and untility of the most difficult SAS macro that you have written.
Do you need to know if there are any missing values?
how could you generate test data with no input data? : Sas programming
what are the considerations when picking a SAS/STAT procedure?