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
Have you used macros? For what purpose you have used? : sas-macro
Describe the ways in which you can create a macro variable?
Mention some common errors that are usually committed in sas programming.
Explain what is data step?
Explain the main difference between the sas procedures and functions? : Sas-administrator
What are all the problems you faced while validating tables and reports?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What is a macro routine?
what are the component of range? : Sas-bi
what is sas olap server? : Sas-di
Intern stastical programmer written test
what do the pad and dim functions do? : Sas programming
List out some key concept of SAS
How do dates work in SAS data?
Explain input and put function?