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


Please Help Members By Posting Answers For Below Questions

Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1669


State the difference between INFORMAT and FORMAT ?

792


What is the maximum length of the macro variable? : sas-macro

835


What is the difference between %put and symbolgen? : sas-macro

901


What does P-value signify about the statistical data?

1066


explain the use of % includes a statement in sas? : Sas-administrator

750


What does the trace option do?

855


how does sas handle missing values in formats? : Sas programming

817


what is sas metadata repository? : Sas-bi

797


What’s the difference between var b1 – b3 and var b1 — b3?

1038


what is factor analysis? : Sas-administrator

803


How would you determine the number of missing or nonmissing values in computations?

821


Differentiate between sas functions and sas procedures.

839


Explain append procedure?

813


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?

836