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
Explain the use of proc print and proc contents?
Name types of category in which SAS Informats are placed?
What is Linear Regression?
what are validation tools that are used in sas? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is the purpose of _error_? : Sas programming
What are the different types of sas functions?
explain the use of % includes a statement in sas? : Sas-administrator
do you need to know if there are any missing values? : Sas programming
what is broad cast agent? : Sas-bi
Describe a time when you were really stuck on a problem and how you solved it?
What function CATX syntax does?
What are the special input delimiters used in SAS?
How would you include common or reuse to be processed along with your statements?
What are the implications?