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 basic syntax style in SAS?
What is the difference Using & and && in the macro variables
what is a post baseline?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
How would you combine 3 or more tables with different structures?
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
How would you invoke a macro? : sas-macro
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
what is sas olap server? : Sas-di
describe about metadata object? : Sas-di