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 would you compile all macros from a folder in a study, within the autoexec program?
How would you identify a macro variable? : sas-macro
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
what is the difference btw proc means and proc univariate?
How do you read in the variables that you need?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
What is the one statement to set the criteria of data that can be coded in any step?
Under what circumstances would you code a SELECT construct instead of IF statements?
Explain the difference between nodup and nodupkey options?
How would you include common or reuse code to be processed along with your statements?
What system options would you use to help debug a macro? : sas-macro