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 do the sas log messages “numeric values have been converted to character” mean? What are the implications?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
What system options would you use to help debug a macro? : sas-macro
What commands are used in the case of including or excluding any specific variables in the data set?
What is the difference between nodupkey and nodup options?
Describe the function and utility of the most difficult SAS macro that you have written?
how many display types available in sas bi dashboard? : Sas-bi
Explain substr function?
What areas of SAS are you most interested in?
what is the difference between unique key and primary key? : Sas-di
Give e an example of..
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What do you know about sas data set?