for report generation which one you used proc report or
data_null_?
Answer Posted / dileepb
BOTH WE CAN USE:
The DATA _NULL_ step is a reporting tool that offers extreme flexibility. Because it uses the
power of the DATA step, this methodology enables the user to generate reports in almost any
form.
In PROC REPORT,
the compute block, with its access to the majority of the SAS language elements, such as logic
processing, functions, and assignment statements, takes on some of the role of the DATA
_NULL_ step.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is function of retain statment
what is the difference between nodup and nodupkey options? : Sas programming
For what purposes have you used sas macros? : sas-macro
What do you know about symput and symget?
what is sas application server? : Sas-di
Mention sas system options to debug sas macros.
how can you create zero observation dataset? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
How would you identify a macro variable?
how many types of prompts are there? : Sas-bi
What is the maximum and minimum length of macro variable
What are the features of base sas system?
AE datasets names? how many types?
Explain substr function?
What are the default statistics that proc means produce?