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



I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x..

Answer / 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

More SAS Interview Questions

What is the length assigned to the target variable by the scan function?

0 Answers  


how do u identify a macro variable

5 Answers  


how would you determine the number of missing or nonmissing values in computations? : Sas programming

0 Answers  


How do you add a number to a macro variable? : sas-macro

0 Answers  


what are all the default values getting in PROC MEANS...???

2 Answers  






Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?

5 Answers   ACC,


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

0 Answers  


diff between nodup rec and ondup key???

3 Answers   AON, Sciformix,


There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?

5 Answers  


for what purpose would you use the retain statement? : Sas programming

0 Answers  


State the difference between INFORMAT and FORMAT ?

0 Answers  


What makes sas stand out to be the best over other data analytics tools?

0 Answers  


Categories