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


Please Help Members By Posting Answers For Below Questions

i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

1985


what are sas bi dashboard components? : Sas-bi

672


What is PROC in SAS?

616


how the sas basic syntax style described? : Sas-administrator

610


Difference between sum function and using “+” operator?

613






How does the internal authentication work in sas? : sas-grid-administration

597


What is a method to debug and test your SAS program?

733


How to create a permanent sas data set?

686


How do you debug and test your SAS programs?

1059


What is a put statement?

673


Mention common programming errors committed in sas ?

662


How would you determine the number of missing or nonmissing values in computations?

660


How do you connect the desktop application to metadata server? : sas-grid-administration

594


do you need to know if there are any missing values? : Sas programming

565


In SAS explain which statement does not perform automatic conversions in comparisons?

807