 |
Work.Adsort and Work.Strsort were created
in a previous practice. If you haven't created these data sets,
return to the practice and create them
before proceeding here. |
-
Recall the program and add two data set options to create and name variables
that indicate whether the Adsort and
Strsort data sets, respectively, contributed data to the
current observation. Name the variables
inad and
instr. Also add a statement that checks the IN= values and outputs
only those observations that appear in both data sets.
-
Resubmit the program and view log messages about the DATA step. Scroll through
the output. Note that only matched observations now appear in the data set.
Return here and select Next.
|
|