Create the output objects and send the selected output objects to the open destinations. As PROC UNIVARIATE sends each output object to the Output Delivery System, ODS sends the output object from PROC UNIVARIATE that matches the items in the selection list to the open destinations.


   proc univariate data=BPressure;
      var Systolic Diastolic;
   run;