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
Answers were Sorted based on User's Feedback
Answer / kumar.ts
I)Proc report , we can generate report with less cpu
time,and with this we can do tabulation too.
II)proc tabulate takes much cpu time when compare to proc
report.....
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kiven
I basically prefer Proc report. By using proc report also
you can create a Tabular format report and its pretty
simple.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / reshma
I will go with Proc report. proc report is the best
procedure than any other to customize your reports in
required format as per customers/sponsers need.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
describe about metadata object? : Sas-di
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
How do you debug macros?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
What does error:1 mean?
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
in ods is there any lib's
What are SAS/ACCESS and SAS/CONNECT?
Give some examples where proc report’s defaults are same as proc print’s defaults?
what are different type of sas servers ? On which server does the sas code execute ?
Explain the difference between nodup and nodupkey options?