What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / raghavendrareddy.m
it adds a1,a2,a3,a4,a6,a9:
x=sum(a1,a2,a3,a4,a6,a9);
or
x=sum(of a:);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the function and utility of the most difficult SAS macro that you have written?
how many types prompting framework can be broken down to? : Sas-bi
what are the types of interactive display types? : Sas-bi
how to read the variables in sas? : Sas-administrator
What does the RUN statement do?
what is slowly changing dimension? : Sas-di
what is metadata? : Sas-bi
Explain the purpose of substr functions in sas programming.
What is run-group processing?
Mention few capabilities of sas framework.
What is the length assigned to the target variable by the scan function?
what is the purpose of _error_? : Sas programming
What is the command used to find missing values?
Mention what are the data types does SAS contain?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming