what are the differences between proc report and proc
tabulate?
Answer Posted / ravi
Proc Report is used for listing output and ODS destinations
Proc tabulate is an alternative to using Proc report or File Print. Proc Tabulate summarizes value for all observation in a data set and prints the summaries in a table format.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what has been your most common programming mistake? : Sas programming
AE datasets names? how many types?
how can you import .csv file in to sas? : Sas programming
How to limit decimal places for the variable using proc means?
Mention what is PROC in SAS?
how can you create zero observation dataset? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What are common programming errors committed in sas
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What is the use of %include statement?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Which statement does not perform automatic conversions in comparisons?
what is broad cast agent? : Sas-bi
What is the difference between order and group variable in proc report?
Why double trailing @@ is used in input statement?