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
Briefly explain input and put function?
what versions of sas have you used (on which platforms)? : Sas programming
What is the difference between input and infile statement?
for report generation which one you used proc report or data_null_?
Difference between SAS STATA & SPSS?
what is the use of sas management console? : Sas-di
What is the sas data set? : sas-grid-administration
How to specify variables to be processed by the freq procedure?
How you can read the variables that you need?
Mention common programming errors committed in sas ?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
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 is the SAS data set?
What are the statements in proc sql?
What is your favorite all time computer book? Why?