If i doest required Cumilative frequency in my table,
generated by using PROC FREQ what i had to do?
Answer Posted / sreekanth rao
Hi,
to your question i think the following answer gives a line
of sight
i think to donot print the cumilative freq in proc freq use
the option nocum in proc freq here is the samall ex
illustrates
proc freq data=mydata order=freq ;tables county*race / list
nocum;
if anybody agree/disagree please respond the answer.
Thanks
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
what are the categories that sas informats are used to the place the data? : Sas-administrator
Explain append procedure?
How do you define proc in sas? : sas-grid-administration
how to do user inputs and command line arguments in sas?
In sas, what are the areas that you are most interested in? : sas-grid-administration
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
why is sas considered self-documenting? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the 3 components in sas programming?
What Proc glm does?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
describe about physical data integration? : Sas-di
what are sas/access and sas/connect? : Sas programming
What do you understand by the term Normal Distribution?
How can sas program be validated?