<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ODS RTF and Proc GPLOT in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5320#M2148</link>
    <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the information. Still slightly puzzled why it happens. But it does ... I'll try the ACTXIMG device driver (or something similar) and see if I can get the program works.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Lawrence</description>
    <pubDate>Fri, 02 Nov 2007 08:25:29 GMT</pubDate>
    <dc:creator>LawrenceHW</dc:creator>
    <dc:date>2007-11-02T08:25:29Z</dc:date>
    <item>
      <title>ODS RTF and Proc GPLOT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5318#M2146</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I've come across something puzzling when using ODS RTF in conjunction with SAS/Graph. I have specified a font to use within my GOPTIONS in conjunction with a PROC GPLOT with a BY statement. Code below:&lt;BR /&gt;
&lt;BR /&gt;
FILENAME rtf "&amp;amp;rtf.";&lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
ODS RTF FILE=rtf STYLE=RTF STARTPAGE=YES;&lt;BR /&gt;
&lt;BR /&gt;
GOPTIONS  DEVICE=PNG TARGETDEVICE=PNG &lt;BR /&gt;
            XMAX=8in XPIXELS=2400 YMAX=6in YPIXELS=1800 &lt;BR /&gt;
            HSIZE=8in VSIZE=6in &lt;BR /&gt;
            FTEXT="Arial" FTITLE="Arial" HTEXT=11pt HBY=0 HTITLE=11pt;&lt;BR /&gt;
&lt;BR /&gt;
OPTIONS PAPERSIZE=A4 ORIENTATION=LANDSCAPE;&lt;BR /&gt;
&lt;BR /&gt;
AXIS1 LABEL=(A=90);&lt;BR /&gt;
TITLE3 "#BYVAL(lbtest) (#BYVAL(lbstresu))";&lt;BR /&gt;
&lt;BR /&gt;
PROC GPLOT DATA=lab_screen;&lt;BR /&gt;
    WHERE PctChange IS NOT MISSING;&lt;BR /&gt;
    BY lbtestcd lbtest lbstresu;&lt;BR /&gt;
    PLOT PctChange * StudyDay = siteid / VAXIS=AXIS1;&lt;BR /&gt;
RUN; QUIT;&lt;BR /&gt;
TITLE3;&lt;BR /&gt;
&lt;BR /&gt;
ODS RTF CLOSE;&lt;BR /&gt;
ODS LISTING;&lt;BR /&gt;
&lt;BR /&gt;
In my output file I am finding that the first 7 images are in Arial font but the remaining images (26) have reverted to the default font (simplex) in the graphic. There are no messgaes in the LOG regarding font issues within GPLOT.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone else come across this problem? I suspect this may be something I have to consult with the SAS technical helpdesk but I thought I'd try this forum first ...</description>
      <pubDate>Thu, 01 Nov 2007 14:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5318#M2146</guid>
      <dc:creator>LawrenceHW</dc:creator>
      <dc:date>2007-11-01T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF and Proc GPLOT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5319#M2147</link>
      <description>Hi:&lt;BR /&gt;
  This appears to be a known problem:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/8/846.html" target="_blank"&gt;http://support.sas.com/kb/8/846.html&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
You might try the suggestions in the note above and/or contact Tech Support for more help if the suggestions in the Tech Support note don't work for you. &lt;BR /&gt;
   &lt;BR /&gt;
(You might also try switching to another device driver that's compatible with RTF, like ACTXIMG instead of PNG, and see whether you still have the issue.)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 01 Nov 2007 20:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5319#M2147</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-11-01T20:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF and Proc GPLOT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5320#M2148</link>
      <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the information. Still slightly puzzled why it happens. But it does ... I'll try the ACTXIMG device driver (or something similar) and see if I can get the program works.&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
Lawrence</description>
      <pubDate>Fri, 02 Nov 2007 08:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-and-Proc-GPLOT/m-p/5320#M2148</guid>
      <dc:creator>LawrenceHW</dc:creator>
      <dc:date>2007-11-02T08:25:29Z</dc:date>
    </item>
  </channel>
</rss>

