I use NOCUM/NOPERCENT option in the tables statement like this
Proc freq data = deepak;
tables x y /nocum nopercent;
run;
Here I get nopercent and nocum in the output only for
variables x and y. How do i do it for all variables?
Deepak
Answer Posted / deepak
use
tables _all_ /options;
if u want to print one way analysis of all variables with the specified options
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What versions of SAS have you used (on which platforms)?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Explain append procedure?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How you can read the variables that you need?
How will you generate test data with no input data?
Do you need to know if there are any missing values?
Give an example where SAS fails to convert character value to numeric value automatically?
What is the function of output statement in a SAS Program?
For what purposes have you used sas macros? : sas-macro
What is the role of administrative users? : sas-grid-administration
List down the reasons for choosing sas over other data analytics tools.
What makes sas stand out to be the best over other data analytics tools?
what is broad cast agent? : Sas-bi
What are the data types in sas?