If i doest required Cumilative frequency in my table,
generated by using PROC FREQ what i had to do?

Answer Posted / kumaraswamy maduri

Hi Chandu,

Here the code for your query using ODS

ODS TRACE ON;
ODS OUTPUT Freq.Table1.OneWayFreqs=A(DROP=CumFrequency
CumPercent);
proc freq data=sasuser.admit;
tables ACTLEVEL;
run;
ODS TRACE OFF;

But it creates a dataset and you require to print it, which
is bit complex than the normal NOCUMM.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What sas features do you use to check errors and data validation?

700


How would you include common or reuse to be processed along with your statements?

1911


what is program data vector? : Sas-administrator

627


What’s the difference between var b1 – b3 and var b1 — b3?

844


What would be the value of month at the end of data step execution and how many observations would be there?

593






How can you limit the variables written to output dataset in data step?

768


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

563


for report generation which one you used proc report or data_null_?

6621


What are the ways to do a “table lookup” in sas?

601


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1672


What was the last computer book you purchased? Why?

1926


What is substr function?

632


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

764


What is the difference between using drop = data set option in data statement and set statement?

647


what is sas business intelligence? : Sas-bi

599