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
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Can you suggest us materials for sdtm mapping?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Explain what is data step?
how do you debug and test your sas programs? : Sas programming
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Have you ever used the SAS Debugger?
How do you specify the number of iterations and specific condition within a single do loop?
Are you involved in writing the inferential analysis plan? Tables specifications?
Can you execute macro within another macro? : sas-macro
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Have you used macros? For what purpose you have used? : sas-macro
List down the reasons for choosing sas over other data analytics tools.
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is the difference between one to one merge and match merge? Give an example.