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
Where do you use proc means over proc freq?
What are common programming errors committed in sas
what is the effect of the options statement errors=1? : Sas programming
What is connection profile? : sas-grid-administration
How would you determine the number of missing or nonmissing values in computations?
what is business intelligence? : Sas-bi
what are the types of interactive display types? : Sas-bi
is data integration and etl programming is same? : Sas-di
What are the applications primarily used by business analyst? : Sas-bi
how to remove duplicates using proc sql?
how will you location sas platform applications available from web browser? : Sas-bi
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How can you limit the variables written to output dataset in data step?
what is the Population you used in your project, is it ITT or PP?
how do you want missing values handled? : Sas programming