What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / rammohan
sum function adds from a1 a2 a3 a4 a6 and a9
i.e x=a1+a2+a3+a4+a6+a9
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How substr function works in sas?
Mention the difference between ceil and floor functions in sas?
What is the basic syntax style in SAS?
what are the scrubbing procedures in sas? : Sas programming
What is SAS?
How are numeric and character missing values represented internally?
What is the difference between reading data from an external file and reading data from an existing data set?
Explain input and put function?
List down the reasons for choosing sas over other data analytics tools.
Which command is used to perform sorting in sas program?
how do the in= variables improve the capability of a merge? : Sas programming
how do you debug and test your sas programs? : Sas programming
What is the sas data set? : sas-grid-administration
What can be the size of largest dataset in SAS?