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 / 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 |
Post New Answer View All Answers
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
do you need to know if there are any missing values? : Sas programming
How we can call macros with in data step? : sas-macro
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
how to debug and test the sas program? : Sas-administrator
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Do you know the features of sas?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
What does the RUN statement do?
How many ways to overcome a missing values???
What is PDV?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration