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
Explain the use of proc print and proc contents?
How do dates work in SAS data?
what are some differences between proc summary and proc means? : Sas programming
Why double trailing @@ is used in input statement?
What is the use of function Proc summary?
How can you create a macro variable with in data step? : sas-macro
what is the use of proc contents and proc print in sas? : Sas-administrator
it will become easy if uuu provide website linkssss and list of consultanciessssss
what is change analysis in sas di ? : Sas-di
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
How do you connect the desktop application to metadata server? : sas-grid-administration
Enlist the syntax rules followed in sas statements.
How substr function works in sas?
What are the ways in which macro variables can be created in sas programming?
Can you execute macro within another macro? : sas-macro