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
Explain bmdp procedure?
What Proc glm does?
why is sas data integration studio important? : Sas-di
For clinical entire study how many tables will create approx?
Which date function advances a date, time or datetime value by a given interval?
how can you import .csv file in to sas? : Sas programming
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Are you sensitive to code walk-throughs peer review or QC review?
how to debug and test the sas program? : Sas-administrator
Explain the difference between nodup and nodupkey options?
for report generation which one you used proc report or data_null_?
What are the automatic variables for macro? : sas-macro
What are the features of base sas system?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how could you generate test data with no input data? : Sas programming