What is the order of evaluation of the following operators
+ - * / ** () ???
Answers were Sorted based on User's Feedback
Answer / kish
BODMAS - Bracket, Div, Multiply, Add, Substraction
| Is This Answer Correct ? | 1 Yes | 0 No |
how to read character value without using substr function in sas ?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what is function of retain statment
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
Describe a time when you were really stuck on a problem and how you solved it?
what are the types of interactive display types? : Sas-bi
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
What is your favorite all time computer book? Why?
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
How do you add a number to a macro variable? : sas-macro