How experienced are you with customized reporting and use
of Data _Null_ features?
Answer Posted / 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 |
Post New Answer View All Answers
What areas of SAS are you most interested in?
Can you suggest us materials for sdtm mapping?
Describe a time when you were really stuck on a problem and how you solved it?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Mention the difference between ceil and floor functions in sas?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Describe a time when you were really stuck on a problem and how you solved it?
How would you invoke a macro? : sas-macro
what is transformation in sas data integration? : Sas-di
How many ways to overcome a missing values???
is data integration and etl programming is same? : Sas-di
What is program data vector (pdv) and what are its functions?
What are the data types in sas?
How can you limit the variables written to output dataset in data step?
what is null hypothesis? why do you consider that?