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

Differentiate between ceil and floor functions.

768


Define run-group processing?

677


is data integration and etl programming is same? : Sas-di

677


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

785


How to read an input file in sas?

745






What are the default statistics that proc means produce?

687


Mention sas system options to debug sas macros.

758


Given an unsorted data set, how to read the last observation to a new data set?

963


How do you delete duplicate observations in sas?

670


what is function of retain statment

1677


How do you use the do loop if you don’t know how many times you should execute the do loop?

869


what are the types of interactive display types? : Sas-bi

742


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1897


What is the difference between nodupkey and nodup options?

682


What is connection profile? : sas-grid-administration

741