How experienced are you with customized reporting and use
of Data _Null_ features?
Answer Posted / sunny
Data _null_ is also used to produce complex reports which cannot be customized in proc report.Proc doesnt allow us to use if statements where in data null we can use if statements to get the desired output.For example if you want multiple sub totals or if you want to print footnote only at the end of a page break.This is useful specially for pdf reports.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
which date function advances a date, time or datetime value by a given interval? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the function of Stop statement in a SAS Program?
why is sas data integration studio important? : Sas-di
do you prefer proc report or proc tabulate? Why? : Sas programming
What can be the size of largest dataset in SAS?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
How would you define the end of a macro? : sas-macro
how do you debug and test your sas programs? : Sas programming
What are pdv and it functions?
Differentiate between format and informat? : sas-grid-administration
How do you control the number of observations and/or variables read or written?
Explain what Proc glm does?