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 |
Intern stastical programmer written test
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
who is the best SAS clinical Trainer in Hyderabad?
why is a stop statement needed for the point=option on a set statement? : Sas programming
Which is the best training institute for SAS in hyderabad.
112 Answers Stansys Software Solutions,
How do dates work in SAS data?
What are the default statistics that proc means produce?
how will you location sas platform applications available from web browser? : Sas-bi
Which command is used to save logs in the external file?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
how would you determine the number of missing or nonmissing values in computations? : Sas programming