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
what can you learn from the sas log when debugging? : Sas programming
Have you ever used the SAS Debugger?
Explain the special input delimiters used in sas programming.
Explain what is SAS informats?
how to read the variables in sas? : Sas-administrator
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is the SAS data set?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How we can create SAS USER DEFINED CODE?
what is treatment emergent events and treatment emregent adverse event
why is sas data integration studio important? : Sas-di
Mention what is PROC in SAS?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
how would you create multiple observations from a single observation? : Sas programming
What are the statements that are executed only?