for report generation which one you used proc report or
data_null_?
Answers were Sorted based on User's Feedback
Answer / satheesh
proc report only we can use. The second option is used for create null dataset....
thank u
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / 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 |
What are the ways in which macro variables can be created in sas programming?
How are the analysis data sets structured?
State the difference between INFORMAT and FORMAT ?
Enlist the functions performed by sas.
where to use sas business intelligence? : Sas-bi
What are the new features included in the new version of SAS Programming Language?
· What are some good SAS programming practices for processing very large data sets?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
What do the mod and int function do? : Sas programming
Tell e how how dealt with..
what is intially documentation for a sas programmer?
what do you mean by data staging area? : Sas-di