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 is the difference between using drop = data set option in data statement and set statement?
how do you test for missing values? : Sas programming
How to create list output for cross-tabulations in proc freq?
what is the use of sas management console? : Sas-di
how many types of prompts are there? : Sas-bi
what is SAS OPTIMIZATION?
AE datasets names? how many types?
Explain the difference between using drop = data set option in set and data statement?
what is null hypothesis? why do you consider that?
What is the difference between match merge and one to one merge?
Do you need to know if there are any missing values?
what is star schema? : Sas-di
what is intially documentation in sas?
How can I remove header from output data set?
How do you delete duplicate observations in sas?