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
Compare sas with other data analytics tools.
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
explain the function of substr in sas? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
describe the interaction table in sas di? : Sas-di
explain the difference between proc means and proc summary?
how does sas handle missing values in a merge? : Sas programming
Of all your work, where have you been the most successful?
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 is data integration? : Sas-di
How would you include common or reuse to be processed along with your statements?
What does the RUN statement do?
Give some examples where proc report’s defaults are same as proc print’s defaults?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?