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
what are all the reports you generated in your recent project?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What do the put and input function do?
how does sas handle missing values in assignment statements? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
what is metadata? : Sas-bi
Differentiate between format and informat? : sas-grid-administration
what is information maps?
explain the difference between proc means and proc summary?
How long can a macro variable be? A token? : sas-macro
what are the types of interactive display types? : Sas-bi
What are the features of base sas system?
name several ways to achieve efficiency in your program? : Sas programming
which date function advances a date, time or datetime value by a given interval? : Sas programming
What is the difference between order and group variable in proc report?