Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the data types that sas contain?

1246


What is program data vector (pdv)?

1387


Explain the special input delimiters used in sas programming.

1043


how could you generate test data with no input data? : Sas programming

1235


explain the difference between proc means and proc summary?

1181


what techniques and/or procs do you use for tables? : Sas programming

1100


how does sas handle missing values in assignment statements? : Sas programming

1070


How to limit decimal places for variable using proc means?

1153


What are the different versions of sas that you have used until now? : sas-grid-administration

1389


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

2415


What is substr function?

1239


What are the statements that are executed only?

1205


how to debug and test the sas program? : Sas-administrator

1074


What is the use of the %include statement?

1210


how will you locate the sas platform applications? : Sas-bi

1083