Create the style element Table. This STYLE statement creates the style element Table. By default, ODS uses this style element to display tables.


      class table /
         cellspacing=5
         borderwidth=10;
      end;
run;