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


Please Help Members By Posting Answers For Below Questions

What are the data types that sas contain?

878


what is change analysis in sas di ? : Sas-di

777


How do you debug and test your SAS programs?

1254


what is the basic structure sas administrator? : Sas-administrator

769


How you can read the variables that you need?

854


How to create a permanent sas data set?

854


what are some good sas programming practices for processing very large data sets? : Sas programming

705


what are the best practices to process the large data sets in sas programming? : Sas-administrator

759


what type of graphs we will create(for 2+years candidates)?

2074


What are the features of base sas system?

783


What is a macro routine?

2318


What is data _null_?

879


What is the role of unrestrictive users? : sas-grid-administration

769


What are the implications?

1370


what is the Population you used in your project, is it ITT or PP?

2435