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
Name types of category in which SAS Informats are placed?
what is the difference between unique key and primary key? : Sas-di
What is maximum storage capability of SAS?
What are common programming errors committed in sas
What are the implications?
how to generate the test data in sas without input data? : Sas-administrator
What is the basic structure of a sas program?
How to create an external dataset with sas code?
Explain translate function?
Describe the ways in which you can create a macro variable?
Name and describe few sas character functions that are used for data cleaning in brief.
what is sas olap server? : Sas-di
what are the scrubbing procedures in sas? : Sas programming
how do you want missing values handled? : Sas programming
what are validation tools that are used in sas? : Sas-administrator