Develop style and check SAS supplied style

eg. theme style is in the styles directory. Proc template will print the theme style in the log window.

proc template;

source styles.theme;

run;