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
Explain translate function?
Explain proc sort?
Do you need to rearrange the order of the data for the report?
What is the order of application for output data set options, input data set options and SAS statements?
Give an example where SAS fails to convert character value to numeric value automatically?
Mention the category in which sas informats are placed?
What is the difference between proportion and average?
What are the features of base sas system?
what is the use of proc sql? : Sas programming
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
How are numeric and character missing values represented internally?
How to limit decimal places for variable using proc means?
how will you locate the sas platform applications? : Sas-bi
How will you generate test data with no input data?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake