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
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
State the difference between INFORMAT and FORMAT ?
What is the maximum length of the macro variable? : sas-macro
What is the difference between %put and symbolgen? : sas-macro
What does P-value signify about the statistical data?
explain the use of % includes a statement in sas? : Sas-administrator
What does the trace option do?
how does sas handle missing values in formats? : Sas programming
what is sas metadata repository? : Sas-bi
What’s the difference between var b1 – b3 and var b1 — b3?
what is factor analysis? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
Differentiate between sas functions and sas procedures.
Explain append procedure?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?