<?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: rtf warning in sas 9.2 in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17301#M923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It looks from the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#remgr.htm"&gt;http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#remgr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that GRLINK is a driver used with SAS/CONNECT. You really might want to work with Tech Support on this issue, as they can advise you the best way to alter SAS/CONNECT defaults for your process and stop the warning messages. I assume you have tried an explicit DEVICE= in your code and it's not working??? (another reason to work with Tech Support)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf file='xxx.rtf' &lt;SPAN style="color: #ff00ff;"&gt;device=sasemf&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;...code...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2011 14:19:59 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2011-07-29T14:19:59Z</dc:date>
    <item>
      <title>rtf warning in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17298#M920</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
When I output rtf files via ods rtf in SAS 9.2. There is a warning below,&lt;BR /&gt;
"WARNING: Invalid device 'GRLINK' for RTF destination. Using default device 'SASEMF'." but it's not in previous SAS version. How can I avoid the warning in SAS 9.2 Thanks very much&lt;BR /&gt;
&lt;BR /&gt;
Huadli</description>
      <pubDate>Fri, 15 Oct 2010 02:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17298#M920</guid>
      <dc:creator>Rucstat_huadli</dc:creator>
      <dc:date>2010-10-15T02:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: rtf warning in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17299#M921</link>
      <description>Hi:&lt;BR /&gt;
  In the past, if you used an inappropriate device with ODS, the device value was changed "behind the scenes". However, in 9.2, a warning is issued. &lt;BR /&gt;
&lt;BR /&gt;
  So if you have DEVICE=GRLINK in your code and your desired destination is ODS RTF, then the Warning message is correct -- I am not aware of a GRLINK device that can be used for RTF graph generation.&lt;BR /&gt;
&lt;BR /&gt;
  To avoid the warning, check your code and select a valid device value for ODS RTF:&lt;BR /&gt;
 &lt;A href="http://support.sas.com/kb/35/957.html" target="_blank"&gt;http://support.sas.com/kb/35/957.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/24/038.html" target="_blank"&gt;http://support.sas.com/kb/24/038.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/32/474.html" target="_blank"&gt;http://support.sas.com/kb/32/474.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003257291.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003257291.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 15 Oct 2010 15:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17299#M921</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-10-15T15:25:39Z</dc:date>
    </item>
    <item>
      <title>rtf warning in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17300#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally upgraded to 9.2, and now I am getting similar messages.&amp;nbsp; I understand that in 9.1, SAS was just not displaying the warning.&amp;nbsp; However, I have not specified an invalid device, so the lack of a device must have happened during installation ﻿(I am running on Windows XP)?&amp;nbsp; I checked all of the links in your reply above, and none of them seemed to address the reason why I do not have a valid device defined.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the proper way to either install SAS 9.2 or how do I set my devices/sysprint so that SAS uses those settings every time?&amp;nbsp; One of my concerns is that we have one IT person who installs SAS for every user, so this must be happening for other people as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 19:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17300#M922</guid>
      <dc:creator>cwilson</dc:creator>
      <dc:date>2011-07-20T19:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: rtf warning in sas 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17301#M923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It looks from the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#remgr.htm"&gt;http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#remgr.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that GRLINK is a driver used with SAS/CONNECT. You really might want to work with Tech Support on this issue, as they can advise you the best way to alter SAS/CONNECT defaults for your process and stop the warning messages. I assume you have tried an explicit DEVICE= in your code and it's not working??? (another reason to work with Tech Support)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf file='xxx.rtf' &lt;SPAN style="color: #ff00ff;"&gt;device=sasemf&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;...code...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 14:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/rtf-warning-in-sas-9-2/m-p/17301#M923</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-29T14:19:59Z</dc:date>
    </item>
  </channel>
</rss>

