-
Write a PROC SQL step to select
Month ,
WalkJogRun , and Swim from Clinic.Therapy1999
and Treadmill and NewAdmit from Clinic.Totals2000
(Month is in both tables). Create Exercise
by adding WalkJogRun and Swim . Select rows where values
of Month match. End the step with a QUIT statement.
-
Submit the step and view the output.
Return here and select Next.
|
|