if i having variables named a b c d e f ,how to find total of
each variable ????give syntax...??
Answer Posted / shambhu verma
There are various method for it but the simple way to find
out total / sum of each numerical variables is...........
Proc print data= sas data set;
sum var-list;
run;
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is the sas data set? : sas-grid-administration
Explain the purpose of substr functions in sas programming.
What is the use of divide function?
What are the special input delimiters used in SAS?
what are _numeric_ and _character_ and what do they do? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Mention what is SAS data set?
what are validation tools that are used in sas? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How to sort in descending order?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Tell e how how dealt with..
Mention the validation tools used in SAS?