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 are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What areas of SAS are you most interested in?
how many types of prompts are there? : Sas-bi
How would you invoke a macro? : sas-macro
what can you learn from the sas log when debugging? : Sas programming
How can you limit the variables written to output dataset in data step?
Describe the ways in which you can create a macro variable?
What is the command used to find missing values?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Where do you use proc means over proc freq?
What is the use of stop statement?
How would you determine the number of missing or nonmissing values in computations?
In proc transpose and data step with arrays which one you pick?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?