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
how to read the variables in sas? : Sas-administrator
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is the purpose of _error_? : Sas programming
Have you ever used the SAS Debugger?
What is maximum number of rows and cols can be handled in SAS?
What are symget and symput? : sas-macro
Which function is used to count the number of intervals between two sas dates?
Explain the main difference between the sas procedures and functions? : Sas-administrator
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Which command is used to save logs in the external file?
Compare sas with other data analytics tools.
What is the function of Stop statement in a SAS Program?
What do you know about sas data set?
what are the benefits of data integration? : Sas-di
What are the five ways to do a table lookup in sas? : sas-grid-administration