if i having variables named a b c d e f ,how to find total of
each variable ????give syntax...??
Answer Posted / ak
sum = sum(of a-f);
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
explain what is data set in sas? : Sas-administrator
why a stop statement is needed for the point= option on a set statement?
how are numeric and character missing values represented internally? : Sas programming
What are the difference between the sas data step and sas procs?
how could you generate test data with no input data? : Sas programming
what do the pad and dim functions do? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are _numeric_ and _character_ and what do they do? : Sas programming
what is the purpose of _error_? : Sas programming
Explain the purpose of retain statement.
what is slowly changing dimension? : Sas-di
I have a dataset concat having variable a b & c. How to rename a b to e & f?
how can you create zero observation dataset? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
how would you determine the number of missing or nonmissing values in computations? : Sas programming