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 do you want missing values handled? : Sas programming
what is the purpose of _error_? : Sas programming
What are the five ways to do a table lookup in sas? : sas-grid-administration
How can you create a macro variable with in data step? : sas-macro
What are pdv and it functions?
what is enterprise guide? What is the use of it? : Sas programming
what is information maps?
Why double trailing @@ is used in input statement?
How can I remove header from output data set?
Explain what is data step?
What are the advantages of using sas?
How to create list output for cross-tabulations in proc freq?
how will you locate the sas platform applications? : Sas-bi
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Mention what is SAS data set?