What is Tabulate.?Why we use it.? Which type of output we
get from Tabulate.?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what r the job openings SAS for fresher graduates !

2009


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

3895


What was the last computer book you purchased? Why?

1906


Explain the difference between nodup and nodupkey options?

604


What are the data types that sas contain?

649






I need level 2 to 5 sas using companies in india

1922


how sas deals with business intelligence? : Sas-bi

579


how to debug and test the sas program? : Sas-administrator

567


Of all your work, where have you been the most successful?

4194


What does P-value signify about the statistical data?

846


In sas admin differentiate between roles and capabilities? : sas-grid-administration

552


Differentiate between sas functions and sas procedures.

635


What would be the value of month at the end of data step execution and how many observations would be there?

568


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

591


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3051