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 are the default statistics that proc means produce?
What are the limitations for memory allocation for SAS variables
How can sas program be validated?
For what purpose would you use the RETAIN statement?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is sas data set?
What are pdv and it functions?
Which date function advances a date, time or datetime value by a given interval?
Can you explain the process of calendar?
why is sas data integration studio important? : Sas-di
What function CATX syntax does?
what is snowflake schema? : Sas-di
What is maximum storage capability of SAS?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what do the pad and dim functions do? : Sas programming