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 |
Name few SAS functions?
Name statements that are recognized at compile time only?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is the difference between %local and %global?
What do you feel about hardcoding?
how do u test a pros sql(works or not) without executing it?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
if a program has some 1000 or more line and how to know whether the syntax of the particular code is correct without checking it manually
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What is run-group processing?