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
Describe the function and untility of the most difficult SAS macro that you have written.
What is program data vector (pdv) and what are its functions?
Explain proc univariate?
What is the difference between one to one merge and match merge? Give an example.
What is the difference between INPUT and INFILE ?
What are common programming errors committed in sas
What are pdv and it functions?
Have you used macros? For what purpose you have used? : sas-macro
How do you add a number to a macro variable? : sas-macro
Give some examples where proc report’s defaults are different than proc print’s defaults?
what versions of sas have you used (on which platforms)? : Sas programming
List out some key concept of SAS
Explain why double trailing @@ is used in input statement?
why a stop statement is needed for the point= option on a set statement?
What are the prime responsibilities of data integration administrator? : Sas-di