If i doest required Cumilative frequency in my table,
generated by using PROC FREQ what i had to do?
Answer Posted / vemula
yes i agree with srikanth.
with nocum options proc freq we suppress cumulative
frequency in table.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the features of base sas system?
Are you sensitive to code walk-throughs peer review or QC review?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Explain the special input delimiters used in sas programming.
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Name and describe few sas character functions that are used for data cleaning in brief.
What sas features do you use to check errors and data validation?
is data integration and etl programming is same? : Sas-di
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is SAS? What are the functions does it performs?
Where do you use proc means over proc freq?
Difference between nodup and nodupkey options?
How you can read the variables that you need?
what is the effect of the options statement errors=1? : Sas programming