Create the output objects. As PROC UNIVARIATE sends each
output object to the Output Delivery System, ODS does not send the output
objects from PROC UNIVARIATE that match the items in the exclusion list to
the open destinations.
proc univariate data=BPressure;
var Systolic Diastolic;
run;