<?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: Supressing .rtf/.pdf files from opening in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144822#M11372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Reeza!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This appears to have worked (from the other thread): I changed the preferences in Tools&amp;gt;Options&amp;gt;Preferences&amp;gt;results and unchecked the "View results as they are generated" - it worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 16:45:19 GMT</pubDate>
    <dc:creator>GregG</dc:creator>
    <dc:date>2014-01-17T16:45:19Z</dc:date>
    <item>
      <title>Supressing .rtf/.pdf files from opening</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144820#M11370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm using a macro to create an identical report for 50 different programs, how can I stop all 50 .rtf files from opening when ods rtf close; occurs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;This is the ODS / PROC report code inside the macro:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;OPTIONS NODATE NONUMBER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;ODS RTF FILE="C:\PROGRAM_PEER_CIP_ &amp;amp;CIP_NUMBER _RESULTS.RTF";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;TITLE&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;"Potential Peer Institutions for &amp;amp;CIP_NUMBER - &amp;amp;CIP_NAME"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;"&amp;amp;TOTAL_SELECTED out of &amp;amp;SAMPLE Selected using CAB AND Hanover Scoring Algorithm on CIP data"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;REPORT&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=RESULTS &lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;PS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;60&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;LS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;110&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;MISSING&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;SPLIT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;'\'&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;NOWINDOWS;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: #575757; background: none repeat scroll 0% 0% white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: #575757; background: none repeat scroll 0% 0% white;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;ODS RTF CLOSE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;We need run this for 50 CIPs and need each in it's own report. But we don't want/need everything to open automatically after the process is completed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144820#M11370</guid>
      <dc:creator>GregG</dc:creator>
      <dc:date>2014-01-17T16:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing .rtf/.pdf files from opening</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144821#M11371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="193515" __jive_macro_name="message" class="jive_macro jive_macro_message active_link" href="https://communities.sas.com/" modifiedtitle="true" title="Re: How can I explain SAS to Tell it - don't show it?"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:35:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144821#M11371</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-01-17T16:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing .rtf/.pdf files from opening</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144822#M11372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Reeza!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This appears to have worked (from the other thread): I changed the preferences in Tools&amp;gt;Options&amp;gt;Preferences&amp;gt;results and unchecked the "View results as they are generated" - it worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144822#M11372</guid>
      <dc:creator>GregG</dc:creator>
      <dc:date>2014-01-17T16:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing .rtf/.pdf files from opening</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144823#M11373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods noresults;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;ODS RTF FILE="C:\PROGRAM_PEER_CIP_ &amp;amp;CIP_NUMBER _RESULTS.RTF";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;TITLE&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;"Potential Peer Institutions for &amp;amp;CIP_NUMBER - &amp;amp;CIP_NAME"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;title2&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;"&amp;amp;TOTAL_SELECTED out of &amp;amp;SAMPLE Selected using CAB AND Hanover Scoring Algorithm on CIP data"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;REPORT&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=RESULTS &lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;PS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;60&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;LS&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: none repeat scroll 0% 0% white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;110&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;MISSING&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;SPLIT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;'\'&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background: none repeat scroll 0% 0% white;"&gt;NOWINDOWS;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: #575757; background: none repeat scroll 0% 0% white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: #575757; background: none repeat scroll 0% 0% white;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;ODS RTF CLOSE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ods results;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reports are silently written.&lt;/P&gt;&lt;P&gt;i hope this way solves your needs too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end, you open the report outside SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144823#M11373</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2014-01-17T16:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing .rtf/.pdf files from opening</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144824#M11374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Andre.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Supressing-rtf-pdf-files-from-opening/m-p/144824#M11374</guid>
      <dc:creator>GregG</dc:creator>
      <dc:date>2014-01-17T16:50:04Z</dc:date>
    </item>
  </channel>
</rss>

