What is the order of evaluation of the comparison
operators: + - * /** ()?
Answer Posted / kiran kumar yarlagadda
that question is wrong.what is the order of evaluation of
the arithametic operators:+ - * / ** ()?
ans:
() ** / * - +.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Explain append procedure?
What are the different servers in sas? : sas-grid-administration
What is maximum number of rows and cols can be handled in SAS?
what is sas metadata server? : Sas-di
it will become easy if uuu provide website linkssss and list of consultanciessssss
What does the trace option do?
Mention the difference between ceil and floor functions in sas?
how to read the variables in sas? : Sas-administrator
Hi, If anyone has base SAS certification dumps, please share.
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the difference between sas functions and procedures?
What is interleaving in SAS?
What is maximum storage capability of SAS?
Differentiate between format and informat? : sas-grid-administration