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 is the maximum length of the macro variable? : sas-macro
Name some categories in sas 9? : sas-grid-administration
explain what is data set in sas? : Sas-administrator
describe about physical data integration? : Sas-di
In proc transpose and data step with arrays which one you pick?
for report generation which one you used proc report or data_null_?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
What are the different servers in sas? : sas-grid-administration
What is the difference between match merge and one to one merge?
why is a stop statement needed for the point=option on a set statement? : Sas programming
explain about data integrator metadata reports? : Sas-di
Explain append procedure?
what is the use of proc contents and proc print in sas? : Sas-administrator
explain about various caches available in data integrator? : Sas-di