What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / xxxxxxxxxxx
if the num r in series we opt this
syntax sum (of a1-a4);
if we omit the 'of' it performs the subraction process.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Describe the function and untility of the most difficult SAS macro that you have written.
What are the difference between sas functions and procedures?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
In proc transpose and data step with arrays which one you pick?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How do you define proc in sas? : sas-grid-administration
what is sas metadata server? : Sas-di
What are the data types does SAS contain?
What’s the difference between var b1 – b3 and var b1 — b3?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
how the sas basic syntax style described? : Sas-administrator
What are the different types of sas functions?
what is data governance? : Sas-di
What is the difference between nodupkey and nodup options?