if i having variables named a b c d e f ,how to find total of
each variable ????give syntax...??

Answer Posted / naveen

proc print data=qqq;
sum a b c;
or
sum _all_;
run;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain the concepts and capabilities of business object? : Sas-bi

720


what can you learn from the sas log when debugging? : Sas programming

822


how do you pull data from equifax?tell me the process?

1559


In ARRAY processing, what does the DIM function do?

904


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1146


What do you know about sas and what we do? : sas-grid-administration

799


what is the use of proc sql? : Sas programming

778


Mention how to limit decimal places for the variable using proc means?

839


what is the purpose of _error_? : Sas programming

838


How do you debug and test your SAS programs?

1260


What do you code to create a macro? : sas-macro

798


What would be the value of month at the end of data step execution and how many observations would be there?

789


List out some key concept of SAS

805


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

768


Which command is used to save logs in the external file?

791