Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / chiranjeevi.p
Proc tabulate is reffered as the 'semi statistical
procedure',which is used to generate the tabular reports.
proc report:
proc report is a pre defined procedure using which we can
generate a reports.Using the proc report,two kinds of
reports can be generated.there are
1)Detailed report
2)Summary report
Summary report is the report,which can hold more than one
observation in it.it is referred as S.report.
Detailed report is the report which can hold only a single
observation in it explained in detail.
so we can prefer the proc report instead of proc tabulate.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
List out some key concept of SAS
what is sas business intelligence? : Sas-bi
How does the internal authentication work in sas? : sas-grid-administration
what is sas enterprise intelligence architecture? : Sas-bi
What is program data vector (pdv)?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What system options would you use to help debug a macro? : sas-macro
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
how do you want missing values handled? : Sas programming
What are the table names in oracle database...?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
How to limit decimal places for variable using proc means?