02.05.2013 Views

SAS(R) 9.1.3 Companion for z/OS

SAS(R) 9.1.3 Companion for z/OS

SAS(R) 9.1.3 Companion for z/OS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

162 Sample 2: ODS and the PRINTERPATH System Option Chapter 7<br />

Sample 2: ODS and the PRINTERPATH System Option<br />

Output: Universal Printer ’Postscript’<br />

Format: ODS<br />

options linesize=80 nodate;<br />

libname saslib ’.saslib.data’;<br />

options printerpath = PostScript;<br />

ods listing close;<br />

ods printer;<br />

title1 ’ods and printerpath (no fileref)’;<br />

proc print data=saslib.houses;<br />

<strong>for</strong>mat price dollar10.0;<br />

run;<br />

ods printer close;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!