if i having variables named a b c d e f ,how to find total of
each variable ????give syntax...??
Answer Posted / ak
sum = sum(of a-f);
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
How is character variable converted into numeric variable and vice versa?
What is slibref?
why a stop statement is needed for the point= option on a set statement?
what is slowly changing dimension? : Sas-di
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
How many ways to overcome a missing values???
How to create a permanent sas data set?
What is the difference between INPUT and INFILE ?
What can you learn from the SAS log when debugging?
What is the difference between SAS functions and procedures?
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 length assigned to the target variable by the scan function?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
how do the in= variables improve the capability of a merge? : Sas programming