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
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
what are the categories that sas informats are used to the place the data? : Sas-administrator
How to create an external dataset with sas code?
What are the ways in which macro variables can be created in sas programming?
what are all the reports you generated in your recent project?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
what is intially documentation in sas?
What is the sas data set? : sas-grid-administration
Are you involved in writing the inferential analysis plan? Tables specfications?
How do you add a number to a macro variable? : sas-macro
explain what is data set in sas? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Intern stastical programmer written test
What is the difference between where and if statement?
what is ae onset date n what is RDS