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
Differentiate between ceil and floor functions.
Define run-group processing?
is data integration and etl programming is same? : Sas-di
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How to read an input file in sas?
What are the default statistics that proc means produce?
Mention sas system options to debug sas macros.
Given an unsorted data set, how to read the last observation to a new data set?
How do you delete duplicate observations in sas?
what is function of retain statment
How do you use the do loop if you don’t know how many times you should execute the do loop?
what are the types of interactive display types? : Sas-bi
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is the difference between nodupkey and nodup options?
What is connection profile? : sas-grid-administration