What is Tabulate.?Why we use it.? Which type of output we
get from Tabulate.?
Answer Posted / satyanand
PROC TABULATE is a procedure used to display descriptive
statistics in tabular format.
It computes many statistics that are computed by other
procedures, such as MEANS, FREQ, and REPORT.
PROC TABULATE then displays the results of these statistics
in a table format.
TABULATE will produce tables in up to three dimensions and
allows, within each dimension, multiple variables to be
reported one after another hierarchically.
PROC TABULATE has some very nice mechanisms that can be
used to label and format the variables and the statistics
produced.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the basic syntax of a sas program?
Explain input and put function?
how does sas handle missing values in assignment statements? : Sas programming
what is sas olap server? : Sas-di
What is SAS?
Describe the ways in which you can create macro variables? : sas-macro
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
why a stop statement is needed for the point= option on a set statement?
What are the different versions of sas that you have used until now? : sas-grid-administration
Are you sensitive to code walk-throughs peer review or QC review?
What is a put statement?
How does the internal authentication work in sas? : sas-grid-administration
what is hierarchy flattening? : Sas-di
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
In ARRAY processing, what does the DIM function do?