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 is enterprise guide? What is the use of it? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?
Do you think professionally?
Name types of category in which SAS Informats are placed?
Write a SAS macro to calculate number of numbers in an email address
Explain substr function?
Do you need to know if there are any missing values?
what is the basic structure sas administrator? : Sas-administrator
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
What are the advantages of using sas?
what is fact table and factless table?
Given an unsorted data set, how to read the last observation to a new data set?