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
What are the functions used for character handling?
What are the uses of sas?
Explain how you can debug and test your SAS program?
what are the categories that sas informats are used to the place the data? : Sas-administrator
What do you know about sas data set?
how will you locate the sas platform applications? : Sas-bi
What are the default statistics for means procedure?
what are some good sas programming practices for processing very large data sets? : Sas programming
Did you used proc test? when?
Which date function advances a date, time or datetime value by a given interval?
Can you suggest us materials for sdtm mapping?
what is intially documentation in sas?
What is the sas data set? : sas-grid-administration
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Briefly explain input and put function?