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

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

751


How do dates work in SAS data?

682


what is ae onset date n what is RDS

1931


what is sas metadata server? : Sas-di

590


Explain how merging helps to combine data sets.

612






How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1096


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

1880


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1165


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

651


what are several options for creating reports in web report studio? : Sas-bi

628


What are the applications primarily used by business analyst? : Sas-bi

552


How to sort in descending order?

788


What is the basic structure of a sas program?

594


Can you execute macro within another macro? : sas-macro

524


What is program data vector (pdv)?

629