Delete the master templates. The DELETE statement deletes each master template. If you do not delete them, they will be applied to all of your tabular output until you do delete them.


proc template;
delete base.template.table;
delete base.template.column;
delete base.template.header;
delete base.template.footer;

run;