<?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: How to set rtf margins 0.2in? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969697#M376924</link>
    <description>*less then 0.25in</description>
    <pubDate>Wed, 25 Jun 2025 19:08:53 GMT</pubDate>
    <dc:creator>postcanonical</dc:creator>
    <dc:date>2025-06-25T19:08:53Z</dc:date>
    <item>
      <title>How to set rtf margins 0.2in?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969689#M376919</link>
      <description>I was trying to create a SAS rtf style template with margins 0.2in on each side. I've found out, that I can't set margin less then 0.25in, if I set 0.3in – it will work, but 0.2in will result in 0.25in margin, checked with Word.&lt;BR /&gt;&lt;BR /&gt;Can't SAS calculate margins less then 0.25in? Or am doing something wrong?&lt;BR /&gt;&lt;BR /&gt;``` sas&lt;BR /&gt;proc template;&lt;BR /&gt;define style styles.test;&lt;BR /&gt;parent=styles.rtf;&lt;BR /&gt;style body from document /&lt;BR /&gt;leftmargin=0.2in&lt;BR /&gt;rightmargin=0.2in&lt;BR /&gt;topmargin=0.2in&lt;BR /&gt;bottommargin=0.2in;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;BR /&gt;```&lt;BR /&gt;&lt;BR /&gt;Try it yourself, and share your results, please.</description>
      <pubDate>Wed, 25 Jun 2025 17:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969689#M376919</guid>
      <dc:creator>postcanonical</dc:creator>
      <dc:date>2025-06-25T17:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to set rtf margins 0.2in?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969692#M376922</link>
      <description>&lt;P&gt;The following SAS Note explains how printer setup can influence margin settings:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/36/590.html" target="_self"&gt;https:https://support.sas.com/kb/36/590.html//support.sas.com/kb/36/590.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 17:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969692#M376922</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2025-06-25T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to set rtf margins 0.2in?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969696#M376923</link>
      <description>Thank you for a quick response!&lt;BR /&gt;&lt;BR /&gt;I've created environment with:&lt;BR /&gt;-uprint&lt;BR /&gt;-uprintmenuswitch&lt;BR /&gt;&lt;BR /&gt;I no longer see NOUNIVERSALPRINT in output of&lt;BR /&gt;proc options group=odsprint;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;But still my margins can't go less then 0.2jn, maybe I need to set some option like printer=? in "options" statement?&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jun 2025 19:08:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969696#M376923</guid>
      <dc:creator>postcanonical</dc:creator>
      <dc:date>2025-06-25T19:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to set rtf margins 0.2in?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969697#M376924</link>
      <description>*less then 0.25in</description>
      <pubDate>Wed, 25 Jun 2025 19:08:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969697#M376924</guid>
      <dc:creator>postcanonical</dc:creator>
      <dc:date>2025-06-25T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to set rtf margins 0.2in?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969729#M376926</link>
      <description>&lt;P&gt;What printer are you asking WORD to print the RTF file on?&lt;/P&gt;
&lt;P&gt;Can you provide an complete working program that demonstrates the issue?&amp;nbsp; All you provided was code to create a STYLE using PROC TEMPLATE.&amp;nbsp; Can you provide code that then uses that style to print something to an RTF file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a couple of other ways to make files that WORD understands.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2022/06/10/ods-destinations-microsoft-word/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2022/06/10/ods-destinations-microsoft-word/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Do those have the same problems with margins?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 20:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-rtf-margins-0-2in/m-p/969729#M376926</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-06-25T20:26:06Z</dc:date>
    </item>
  </channel>
</rss>

