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 the differnce between SDTM 3.1.2 to 3.1.1 version
What are the ways in which macro variables can be created in sas programming?
what is the effect of the options statement errors=1? : Sas programming
Explain the purpose of retain statement.
If a variable contains letters or special characters, can it be numeric data type?
What is a method to debug and test your SAS program?
What is run-group processing?
What does the trace option do?
what is the difference between unique key and primary key? : Sas-di
Describe the ways in which you can create a macro variable?
What is the good sas programming practices for processing large data sets?
Enlist the functions performed by sas.
how do you debug and test your sas programs? : Sas programming
how do the in= variables improve the capability of a merge? : Sas programming
explain the key concept of sas? : Sas-administrator