What is the order of evaluation of the comparison && logical
&& relational operators:?
Answers were Sorted based on User's Feedback
Answer / ram kumar
1st arthmetic operators(** * / + -)
2nd comparison operators(= ^= > < >= <= IN)
3rd logical operators(AND OR NOT)
| Is This Answer Correct ? | 2 Yes | 0 No |
How do you add a prefix to some or all variables in a dataset using a SAS macro?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is the basic structure sas administrator? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How to display duplicate observations in data?
How sas treats the dsd delimiters?
What techniques and/or PROCs do you use for tables?
What are the special input delimiters used in SAS?
Under what circumstances would you code a SELECT construct instead of IF statements?
Explain why double trailing @@ is used in input statement?
what does the run statement do? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?