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
What are the difference between the sas data step and sas procs?
What are the different types of sas functions?
how can you create zero observation dataset? : Sas programming
How necessary is it to be creative in your work?
what are several options for creating reports in web report studio? : Sas-bi
which date function advances a date, time or datetime value by a given interval? : Sas programming
How sas treats the dsd delimiters?
what are informats in sas? : Sas-administrator
What is maximum number of rows and cols can be handled in SAS?
what is metadata? : Sas-bi
How do you control the number of observations and/or variables read or written?
what are some differences between proc summary and proc means? : Sas programming
What is the difference between input and infile statement?
What is proc sort?
what are some good sas programming practices for processing very large data sets? : Sas programming