What is Tabulate.?Why we use it.? Which type of output we
get from Tabulate.?
Answer Posted / 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 |
Post New Answer View All Answers
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
If a variable contains only numbers, can it be a character data type?
what is sas enterprise intelligence architecture? : Sas-bi
What is the maximum length of the macro variable? : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What does proc print, and proc contents are used for?
What is the basic structure of a sas program?
Which command is used to save logs in the external file?
What is the difference between %put and symbolgen? : sas-macro
What do you know about sas and what we do? : sas-grid-administration
For what purpose would you use the RETAIN statement?
what is the difference between nodup and nodupkey options? : Sas programming
Define run-group processing?