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 are the difference between ceil and floor functions in sas?
What can you learn from the SAS log when debugging?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what are sas bi dashboard components? : Sas-bi
How to create an external dataset with sas code?
What is the use of the %include statement?
What is the function of output statement in a SAS Program?
What areas of SAS are you most interested in?
What is interleaving in SAS?
what is ae onset date n what is RDS
What are the data types does SAS contain?
What is the role of unrestrictive users? : sas-grid-administration
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how to remove duplicates using proc sql?
What is the difference between INPUT and INFILE ?