Do you use PROC REPORT or PROC TABULATE? Which do you
prefer? Explain.
Answers were Sorted based on User's Feedback
Answer / siri
I prefer Proc report as it is higly customizable and
flexible where I can define each column in what ever way I
want to and even make use of SAS functions, logic
processing, and assignment statements and create new
variables for report making use of the compute block of pro
report
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / guest
i refered procreport because it is more efficient tool than
tabulate why becasuse use with report we can do means
frequency and tabulate also
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prag s.
i prefer PROC REPORT. its much easier to work with and a
lot easier to manipulate then PROC TABULATE.
Is This Answer Correct ? | 2 Yes | 0 No |
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.
How would you identify a macro variable? : sas-macro
how do u test a pros sql(works or not) without executing it?
how the sas basic syntax style described? : Sas-administrator
how to delete the duplicate columns permanently in SQL
how to read character value without using substr function in sas ?
Why is SAS considered self-documenting?
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
wat has been most common programming mistake?
What is the difference between class statement and by statement in proc means?
Explain the main difference between the sas procedures and functions? : Sas-administrator