How experienced are you with customized reporting and use
of Data _Null_ features?
Answers were Sorted based on User's Feedback
Answer / ujas patel
_Null_ is usefull only When u want to use Datastep without
actually creating a SAS dataset.A set statement specifies
the SAS dataset that you want to read from.
Data _null;
Set Clinic.stress;
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ganesh
This is used for when you dont want any output and u want
to save your time i will not gives u results but the
message can be displayed inthe log.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
How to create list output for cross-tabulations in proc freq?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
where to use sas business intelligence? : Sas-bi
What is the registered Key word is sas????
What is the purpose of the trailing and How would you use them?
Which are the statements whose placement in the data step is critical?
Do you think professionally?
What is SAS?
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
Of all your work, where have you been the most successful?
how to import HTML files into SAS datasets?