The ODS PRINTER statement opens the PRINTER destination and creates PostScript output.


ods printer ps style=brick file='brickstyle.ps';
proc print data=statepop;
run;