CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE
REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER?
AND DEFERENCIATE THESE TWO ?
1). REPORT PROCEDURE
2). TABULATE PROCEDURE
Answer Posted / raaman
By using Proc Tabulate, we can create only tabular reports.
Whare as By using Proc Report, we can create customized
reports also. Proc Report Consists the following features:
1. Grouping the data
2. Ordering the data
3. Listing the data
4. Creating new variables by using Compute option
5. Labeling, Formating data etc.,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which are the statements whose placement in the data step is critical?
what is the basic structure sas administrator? : Sas-administrator
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is Linear Regression?
Differentiate input and infile.
what is data access? : Sas-di
What was the last computer book you purchased? Why?
for what purpose would you use the retain statement? : Sas programming
what is sas and what are the functions? : Sas-administrator
How does proc sql work?
Explain the use of proc gplot? : sas-grid-administration
What are the ways to do a “table lookup” in sas?
Do you need to rearrange the order of the data for the report?
what does the run statement do? : Sas programming
What are the differences between proc means and proc summary?