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
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
explain what is factor analysis? : Sas-administrator
what are input dataset and output dataset options? : Sas programming
What is the difference between where and if statement?
What is the use of divide function?
What is the basic syntax style in SAS?
what is the basic structure sas administrator? : Sas-administrator
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the functions which are used for character handling functions?
Do you need to rearrange the order of the data for the report?
What are the prime responsibilities of data integration administrator? : Sas-di
Which command is used to perform sorting in sas program?
How sas treats the dsd delimiters?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming