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 is sas metadata server? : Sas-di
what is the primary data source for the wrs? : Sas-bi
Which date function advances a date, time or datetime value by a given interval?
what is snowflake schema? : Sas-di
what are validation tools that are used in sas? : Sas-administrator
What are the table names in oracle database...?
Enlist the syntax rules followed in sas statements.
explain what is factor analysis? : Sas-administrator
Name validation tools used in SAS
Which function is used to count the number of intervals between two sas dates?
Describe 5 ways to do a “table lookup” in SAS?
Mention few capabilities of sas framework.
Explain data step in SAS
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi