What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / prem krishnan
if missing value is there in any of the varibale,if we dont
use 'of' then it will give missing value "." in the
resultant variable.
if we use 'of' then it will give the sum of the values in
rest of the variable it will consider missing value
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is hierarchy flattening? : Sas-di
what are some good sas programming practices for processing very large data sets? : Sas programming
what is hash files in sas and why we are using this one in sas?
What is the role of sas grid administrator? : sas-grid-administration
What do you know about sas and what we do? : sas-grid-administration
Intern stastical programmer written test
This entry was posted in General. Bookmark the permalink. Post a comment or leave
is data integration and etl programming is same? : Sas-di
How to create an external dataset with sas code?
Differences between where and if statement?
what is the use of proc sql? : Sas programming
How would you define the end of a macro?
What does the RUN statement do?
How many data types are there in SAS?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?