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
how the sas basic syntax style described? : Sas-administrator
Mention sas system options to debug sas macros.
What is the difference between input and infile statement?
what is data access? : Sas-di
Give e an example of..
Describe 5 ways to do a “table lookup” in SAS?
how many types of prompts are there? : Sas-bi
what is sas metadata server? : Sas-di
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
what is function of retain statment
what is star schema? : Sas-di
How does proc sql work?
what is sas enterprise intelligence architecture? : Sas-bi
do you need to know if there are any missing values? : Sas programming