What is the order of evaluation of the following operators
+ - * / ** () ???
Answer Posted / ujjval
()** / * + -
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the use of divide function?
How you can read the variables that you need?
what is star schema? : Sas-di
How do you define proc in sas? : sas-grid-administration
How to limit decimal places for variable using proc means?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
how can you put a "trace" in your program? : Sas programming
What are the differences between proc means and proc summary?
Explain the purpose of retain statement.
name several ways to achieve efficiency in your program? : Sas programming
how can you create zero observation dataset? : Sas programming
How sas treats the dsd delimiters?
What is the role of administrative users? : sas-grid-administration
What is a macro routine?