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
explain the concepts and capabilities of business object? : Sas-bi
what can you learn from the sas log when debugging? : Sas programming
how do you pull data from equifax?tell me the process?
In ARRAY processing, what does the DIM function do?
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 ...
What do you know about sas and what we do? : sas-grid-administration
what is the use of proc sql? : Sas programming
Mention how to limit decimal places for the variable using proc means?
what is the purpose of _error_? : Sas programming
How do you debug and test your SAS programs?
What do you code to create a macro? : sas-macro
What would be the value of month at the end of data step execution and how many observations would be there?
List out some key concept of SAS
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Which command is used to save logs in the external file?