Under what circumstances would you code a SELECT construct
instead of IF statements?
Answer Posted / kumarrd
when ever we want check with more than condition we may use
if condition rather than select one
Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
what is intially documentation in sas?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is the difference between floor and ceil functions in sas? : Sas-administrator
How we can create SAS USER DEFINED CODE?
What are the new features included in the new version of SAS Programming Language?
Differentiate between ceil and floor functions.
what is data governance? : Sas-di
State the difference between INFORMAT and FORMAT ?
What is Linear Regression?
What are the differences between proc means and proc summary?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
AE datasets names? how many types?
How do dates work in sas?
Explain how merging helps to combine data sets.
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5