<?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: WATERMARK IN SAS OUTPUT HIDE BEHIND DATA in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589743#M23281</link>
    <description>WATERMARK = ON seems like where you'd start?</description>
    <pubDate>Wed, 18 Sep 2019 17:05:09 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-09-18T17:05:09Z</dc:date>
    <item>
      <title>WATERMARK IN SAS OUTPUT HIDE BEHIND DATA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589525#M23277</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i AM USING DDE TO INVOKE VBA CODE FROM WORD FOR WATERMARK MY RTF OUTPUT!&lt;BR /&gt;But somehow watermarking "Confidential" hide behind table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 05:28:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589525#M23277</guid>
      <dc:creator>sam1231</dc:creator>
      <dc:date>2019-09-18T05:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: WATERMARK IN SAS OUTPUT HIDE BEHIND DATA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589543#M23278</link>
      <description>&lt;P&gt;Remove the code that adds it or remove it from the template, if you’re using one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need help finding the code to delete, please post your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS. All caps is the equivalent of yelling on the internet.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243302"&gt;@sam1231&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i AM USING DDE TO INVOKE VBA CODE FROM WORD FOR WATERMARK MY RTF OUTPUT!&lt;BR /&gt;But somehow watermarking "Confidential" hide behind table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to fix this?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 07:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589543#M23278</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-18T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: WATERMARK IN SAS OUTPUT HIDE BEHIND DATA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589662#M23280</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS PATH work.templat(update) sasuser.templat(read)
               sashelp.tmplmst(read);
Proc Template; 
      Define Style Styles.STNDR /*/ Store = SASuser.Templat*/;
             Parent = Styles.printer ;
             replace body from document /
                 leftmargin=1.10in
                 rightmargin=0.6in
                 topmargin=0.75in
                 bottommargin=0.5in
                 ;
              style table from table/
                frame=void
				WATERMARK=ON
      protectspecialchars=off
                rules=groups
                cellpadding=2pt cellspacing=1.25pt borderwidth=0.5pt; 
              Style SystemTitle From TitlesAndFooters /
                 Font = ( "Times New Roman",12Pt,Bold )
                 Just = Center ;

              Style SystemFooter From TitlesAndFooters /
                 Font = ( "Times New Roman",10Pt,Bold )
                 Just = Center ;
    replace HeadersAndFooters from Cell /

                font = fonts('docFont')
                foreground=colors('datafg')
                background=colors('databg')
                protectspecialchars=off;
    
    End ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Sep 2019 14:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589662#M23280</guid>
      <dc:creator>sam1231</dc:creator>
      <dc:date>2019-09-18T14:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: WATERMARK IN SAS OUTPUT HIDE BEHIND DATA</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589743#M23281</link>
      <description>WATERMARK = ON seems like where you'd start?</description>
      <pubDate>Wed, 18 Sep 2019 17:05:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/WATERMARK-IN-SAS-OUTPUT-HIDE-BEHIND-DATA/m-p/589743#M23281</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-18T17:05:09Z</dc:date>
    </item>
  </channel>
</rss>

