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 are the best practices to process the large data sets in sas programming? : Sas-administrator
How do dates work in SAS data?
What is the maximum length of the macro variable? : sas-macro
What are the parameters of scan function?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How would you determine the number of missing or nonmissing values in computations?
Compare sas with other data analytics tools.
What is PDV?
What do the PUT and INPUT functions do?
How sas treats the dsd delimiters?
Hi, If anyone has base SAS certification dumps, please share.
how do the in= variables improve the capability of a merge? : Sas programming
What is the command used to find missing values?
How do you control the number of observations and/or variables read or written?
for what purpose would you use the retain statement? : Sas programming