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 |
Explain how you can debug and test your SAS program?
What are Dashboard reports?And significance of these in analysis?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
what is the diff b/w verification validation in sas
When merging 2 datasets with a common variable (not merge key), how to keep both?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
How to merge the data using merge statement and proc format? Is the result is same ?
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
How to get the repeated values by using sql in sas ?
how many types of MERGE?
where are dashboard components are created and maintained? : Sas-bi
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?