Add a page break to the output, create HTML output, and replay Variables#1.


ods html file='your_file.html' style=d3d;
proc document name=class;
   obpage \Contents#1\DataSet#1\Variables#1;
   replay;
run;
quit;