What is the significance of the ‘OF’ in X=SUM (OF a1-a4,
a6, a9);?
Answer Posted / prag s.
IF WE DON'T USE 'OF' THEN IT WOULD BE LIKE A1(MINUS)-A4. AND
THAT'S NOT WHAT WE ARE TRYING TO ACCOMPLISH. WE ARE TRYING
TO GET THE SUM OF THE VARIABLES A1-A4...
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is the difference between the proc sql and data step?
Mention some common errors that are usually committed in sas programming.
how to remove duplicates using proc sql?
How to sort in descending order?
what are _numeric_ and _character_ and what do they do? : Sas programming
Of all your work, where have you been the most successful?
What does the RUN statement do?
Briefly explain input and put function?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How do dates work in SAS data?
explain the function of substr in sas? : Sas-administrator
Approximately what date is represented by the SAS date value of 730?
What are the difference between sas functions and procedures?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what is hash files in sas and why we are using this one in sas?