What is the difference between Proc tabulate and Proc print
Answers were Sorted based on User's Feedback
Answer / ranjith.m
The PRINT procedure: prints the observations in a SAS data
set, using all or some of the variables. You can create a
variety of reports ranging from a simple listing to a
highly customized report .
The Tabulate procedure : used to print tabular type of
Reports
and we can find descriptive statistics.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / pavan
proc print is used to print the observations in the output
proc tabulate is used to print the observations in table
form
as rows and colums
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sheetal
proc print produces list report output. Proc Tabulate print
crosstabulation report output.
| Is This Answer Correct ? | 3 Yes | 0 No |
Proc tabulates out puts the aggregate values in table
whereas
Proc print used to print the data of a dataset into an out
put window
| Is This Answer Correct ? | 3 Yes | 1 No |
What is the order of evaluation of the comparison operators: + - * /** ()?
Where do you use proc means over proc freq?
what are the sites did u refer for enquiries and doubts for SAS
how to intersect the tables by using PROC MIXED?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What are symbol tables?Differemce between Local N Global Symbol tables.....
How do dates work in sas?
what is the purpose of _error_? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what are the component of range? : Sas-bi
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?