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

Answer Posted / naveen

proc freq data=xxx;
tables name/out=hosp (drop=percent);
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what can you learn from the sas log when debugging? : Sas programming

814


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

836


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

775


What are the default statistics that proc means produce?

778


Difference between nodup and nodupkey options?

829






What are the advantages of using sas?

835


what is the Population you used in your project, is it ITT or PP?

2424


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

764


Explain proc univariate?

772


for whom is sas data integration studio designed? : Sas-di

725


What does the trace option do?

851


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

927


Explain what is the use of proc gplot?

899


What makes sas stand out to be the best over other data analytics tools?

779


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2078