what are the differences between proc report and proc
tabulate?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / kumaraswamy maduri
Proc Report is used to create a customized output from
existing data.
Proc tabulate can even calculate statistics and prints the
data in tabular representation.
The basic difference is proc tabulate can calculate using
few statistics but proc report doesn't. Proc report has to
be used when you want to customize the report.
| Is This Answer Correct ? | 2 Yes | 2 No |
How would you include common or reuse code to be processed along with your statements?
Explain substr function?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
Are you involved in writing the inferential analysis plan? Tables specfications?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is intially documentation in sas?
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What was the last computer book you purchased? Why?