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 is SAS?

617


Differentiate between ceil and floor functions.

656


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

717


How is character variable converted into numeric variable and vice versa?

591


In ARRAY processing, what does the DIM function do?

707






what is study design in while working with SAS? what are screening variables in SAS?

1679


What is the use of the %include statement?

682


what are sas/access and sas/connect? : Sas programming

546


What are the advantages of using sas?

605


What is a put statement?

660


what is sas database server? : Sas-di

611


what do the pad and dim functions do? : Sas programming

563


What is the maximum length of the macro variable? : sas-macro

617


what is null hypothesis? why do you consider that?

2416


How do you control the number of observations and/or variables read or written?

747