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 are the data types that sas contain?
what is change analysis in sas di ? : Sas-di
How do you debug and test your SAS programs?
what is the basic structure sas administrator? : Sas-administrator
How you can read the variables that you need?
How to create a permanent sas data set?
what are some good sas programming practices for processing very large data sets? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what type of graphs we will create(for 2+years candidates)?
What are the features of base sas system?
What is a macro routine?
What is data _null_?
What is the role of unrestrictive users? : sas-grid-administration
What are the implications?
what is the Population you used in your project, is it ITT or PP?