What is the order of evaluation of the comparison && logical
&& relational operators:?
Answer Posted / ram kumar
1st arthmetic operators(** * / + -)
2nd comparison operators(= ^= > < >= <= IN)
3rd logical operators(AND OR NOT)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what do you mean by data staging area? : Sas-di
What function CATX syntax does?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Describe 5 ways to do a “table lookup” in SAS?
What is the use of %include statement?
What is your favorite all time computer book? Why?
What are the ways to do a “table lookup” in sas?
what is data governance? : Sas-di
what is sas olap server? : Sas-di
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
which date function advances a date, time or datetime value by a given interval? : Sas programming
how to change the execute of macro
Name validation tools used in SAS
explain about sas business intelligence? : Sas-bi
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming