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 |
What is the difference between verification and validation?
what is the use of LRECL option.
Differentiate input and infile.
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
What is the difference between an informat and a format? Name three informats or formats.
how to read raw data in sas. Do it manually and throw the programming.
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What are the functions done while Compilation...?
what does the run statement do? : Sas programming
what the use of proc glm
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.