<?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 Query on report generation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/669366#M200791</link>
    <description>&lt;P&gt;Hi all,&lt;SPAN&gt;I am facing an issue in the generation of docx output.I am attaching the&amp;nbsp;outputs that is obtained in both the rtf and docx output.In docx output the style is also getting printed with the output and the border&amp;nbsp;lines also appear. My requirement is the same output in rtf to get in docx. Could please suggest&amp;nbsp;the method in docx to get the similar output as in rtf.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 06:35:27 GMT</pubDate>
    <dc:creator>AntuMaria</dc:creator>
    <dc:date>2020-07-15T06:35:27Z</dc:date>
    <item>
      <title>Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/669366#M200791</link>
      <description>&lt;P&gt;Hi all,&lt;SPAN&gt;I am facing an issue in the generation of docx output.I am attaching the&amp;nbsp;outputs that is obtained in both the rtf and docx output.In docx output the style is also getting printed with the output and the border&amp;nbsp;lines also appear. My requirement is the same output in rtf to get in docx. Could please suggest&amp;nbsp;the method in docx to get the similar output as in rtf.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 06:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/669366#M200791</guid>
      <dc:creator>AntuMaria</dc:creator>
      <dc:date>2020-07-15T06:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/669490#M200843</link>
      <description>&lt;P&gt;With code how can we make a suggestion of what might be needed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect the issue will revolve around setting the desired ODS STYLE on the ODS destination statement. But you will need to show the destination statements used for BOTH of those outputs.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 14:57:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/669490#M200843</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-15T14:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670081#M201111</link>
      <description>&lt;P&gt;Hi,i have attached the sas code,dataset used and the obtained rtf output.How could i get a similar report in docx using ODS WORD?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 08:29:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670081#M201111</guid>
      <dc:creator>AntuMaria</dc:creator>
      <dc:date>2020-07-17T08:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670158#M201134</link>
      <description>&lt;P&gt;This reference paper has helped me in using ODS WORD&amp;nbsp; (you do need SAS release 9.4m6)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="ODS WORD paper" href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3235-2019.pdf" target="_self"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3235-2019.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 16:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670158#M201134</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-07-17T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670235#M201157</link>
      <description>Hi:&lt;BR /&gt;  While ODS WORD may help you -- you're going to have some issues. First of all, your STYLE template uses the REPLACE statement, which was deprecated and made obsolete in SAS 9.2 with the introduction of the CLASS statement.&lt;BR /&gt;  Next, the PROC REPORT code is full of RTF control strings. Those will not work with ODS WORD, so you'll have to change those.&lt;BR /&gt;  What version of SAS are you running?&lt;BR /&gt;Cynthia&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2020 22:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670235#M201157</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-17T22:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670547#M201320</link>
      <description>&lt;P&gt;thank you..let me try with this one .&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 02:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670547#M201320</guid>
      <dc:creator>AntuMaria</dc:creator>
      <dc:date>2020-07-20T02:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670548#M201321</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using SAS 9.4 . I had checked with some docx control strings. But nothing worked in ODS WORD.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 02:24:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670548#M201321</guid>
      <dc:creator>AntuMaria</dc:creator>
      <dc:date>2020-07-20T02:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Query on report generation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670720#M201381</link>
      <description>Hi:&lt;BR /&gt;  RTF stands for "Rich Text Format" -- it is a specification for how to describe an ASCII text document which contains RTF control strings that can be opened with many different word processors. As I remember, RTF was originally the format used to exchange documents between the PC and the Mac and other computers with different word processors. However, the docx format, is a Microsoft Open Office XML format for Word documents.&lt;BR /&gt;  Although Microsoft Word can open a ASCII .RTF file, and Word can open a .DOCX file -- I would not expect a .docx file to contain RTF control strings. A .DOCX file is designed according to the Microsoft specification, which is different than the RTF specification.&lt;BR /&gt;  If you want to create an RTF file and RTF gives you the style that you want. Just open the RTF file in Word and re-save it as a .DOCX file if you want to create a .DOCX file using ODS WORD, then you'll need to change your code to get rid of the RTF control strings and replace them with other controls. You may want to open a track with Tech Support on how to generate what you want with ODS WORD. But using RTF control strings inside ODS WORD will probably NOT work.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 20 Jul 2020 16:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Query-on-report-generation/m-p/670720#M201381</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-20T16:50:41Z</dc:date>
    </item>
  </channel>
</rss>

