The _ODS_ option and the PUT statement write the data values for all columns to the data component. The RUN statement executes the DATA step.
   put _ods_;
run;