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
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?
What are the statements in proc sql?
how can you put a "trace" in your program? : Sas programming
What are the default statistics that proc means produce?
How you can read the variables that you need?
How to specify variables to be processed by the freq procedure?
Describe the ways in which you can create macro variables? : sas-macro
What is slibref?
how the sas basic syntax style described? : Sas-administrator
what are all the reports you generated in your recent project?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Can you execute macro within another macro? : sas-macro
How do dates work in SAS data?
What is the function of output statement in a SAS Program?
Explain the purpose of retain statement.