Answer Posted / akash
The _NULL_ DATA step is a specialized case of the DATA step.
When you use the _NULL_ key word, the DATA statement
processes all statements within the DATA step without data
set
creation1.
Some of the uses of DATA _NULL_ are:
To create customized reports with and without ODS. The
reports can be routed to the Output window, directly to a
printer, to an external file, or any destination that can be
defined by the FILE and FILENAME statement.
To create macro variables based on values obtained from
an
input SAS data set or external file.
To create ASCII data (flat) files for importing into MS
Excel,
MS Access or other programs and databases.
To execute special functions or call routines available
within
the DATA step, such as CALL EXECUTE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to limit decimal places for variable using proc means?
What are the difference between the sas data step and sas procs?
In proc transpose and data step with arrays which one you pick?
how can you create zero observation dataset? : Sas programming
Do you need to rearrange the order of the data for the report?
What is maximum number of rows and cols can be handled in SAS?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is the general format of function in sas? : sas-grid-administration
What are SAS/ACCESS and SAS/CONNECT?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
what is the difference between nodup and nodupkey options? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
What are the functions used for character handling?
what are the types of interactive display types? : Sas-bi
What is the use of PROC gplot?