What is the difference between Proc tabulate and Proc print
Answer Posted / 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 |
Post New Answer View All Answers
why is sas considered self-documenting? : Sas programming
how can you put a "trace" in your program? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
What is data _null_?
What commands are used in the case of including or excluding any specific variables in the data set?
what is information maps?
Given an unsorted data set, how to read the last observation to a new data set?
What is program data vector (pdv)?
What is the role of administrative users? : sas-grid-administration
Mention what is the difference between nodupkey and nodup options?
what does the run statement do? : Sas programming
How to include or exclude specific variables in a data set?
What is the purpose of _character_ and _numeric_?
what is sas olap server? : Sas-di
Explain bmdp procedure?