What is Tabulate.?Why we use it.? Which type of output we
get from Tabulate.?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sathya kanuri
The use of PROC TABULATE for producing statistical tables, as
an alternative to using PROC REPORT or FILE PRINT.
The techniques presented combine basic TABULATE statements
with DATA steps and other traditional SAS- procedures
(FORMAT,FREQ and UNIVARIATE) to produce report ready output.
PROC TABULATE is shown to be an efficient report writer,
capable of displaying a variety of statistics.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sivakumar sekar
The process of arranging data oderly in form of rows n
columns is knwn as tabulation. rows r horizontal
arangments, columns r vertical arngmnts
Example Using PROC TABULATE
To produce exactly what your boss wants, use the following
code:
PROC TABULATE;
CLASS GENDER;
VAR AGE INCOME EDUC;
TABLE (AGE INCOME EDUC)*MEAN, GENDER ALL;
RUN;
------------------------------------------------------------
Example without Using PROC TABULATE
PROC MEANS;
VAR AGE INCOME EDUC;
RUN;
PROC MEANS;
BY GENDER;
VAR AGE INCOME EDUC;
RUN;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between Global n Local Macro Variables..?
What are the features of SAS?
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?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
Baseline definition in your study
3 Answers Accenture, Quintiles,
You have a data set of 100 observations,how can you restrict the output so that the output has only data from row no. 10 to row no. 20
: and & modifiers.
what type of graphs we will create(for 2+years candidates)?
How can you create a macro variable with in data step? : sas-macro
it will become easy if uuu provide website linkssss and list of consultanciessssss