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 / 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 |
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
describe about metadata object? : Sas-di
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
what do the pad and dim functions do? : Sas programming
explain the difference between proc means and proc summary?
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Explain the difference between nodup and nodupkey options?
what is cummaltive frequency,and varience in proc unviarte