what are the differences between proc report and proc
tabulate?
Answer Posted / sandhya
Generally, PROC TABULATE takes a lot of memory space, which
slows down the perfomance. If we are working in one of the
many client machine with one common server, it is suggested
that we use PROC REPORT. PROC TABULATE is an effective
reporting procedure for a large dataset.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How can sas program be validated?
What does proc print, and proc contents are used for?
Tell me about % include and % eval? : sas-macro
Mention common programming errors committed in sas ?
Define run-group processing?
Explain what is data step?
What is program data vector (pdv)?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What do you understand by the term Normal Distribution?
what is function of retain statment
what is information maps?
What is a method to debug and test your SAS program?
why a stop statement is needed for the point= option on a set statement?
Tell me more about the parameters in macro? : sas-macro
What are the differences between sum function and using “+” operator?