-
Using PROC SQL, select the variables
ActLevel , Age ,
kgwgt , and meterhgt from
Clinic.NewAdmit. Create a new variable named
BodyMass as kgwgt/meterhgt**2 . Select only
females (F) and order observations by values of
ActLevel .
-
Submit the step and view the output.
-
Submit a QUIT statement to end the procedure.
Return here and select Next.
|
|