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

Did you used proc test? when?

0 Answers   Accenture, Quintiles,


What is the difference between nodupkey and nodup options?

0 Answers  


How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?

2 Answers   BoA,


how do we mail reports from SAS environment to our team leader

5 Answers   Wockhardt,


What are the data types does SAS contain?

0 Answers  






describe the interaction table in sas di? : Sas-di

0 Answers  


how to handle in stream data containing semicolon in it?

3 Answers  


How to merge the data using merge statement and proc format? Is the result is same ?

2 Answers  


What is the difference between class statement and by statement in proc means?

0 Answers  


how do you debug and test your sas programs? : Sas programming

0 Answers  


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

2 Answers  


Which is the best training institute for SAS in Delhi. Please reply

12 Answers   HCL, HSBC,


Categories