<?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 ODS EXCEL with no print on screen in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-no-print-on-screen/m-p/648364#M194192</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;If I have a very big report and I don;t want to print it on the screen (I just want to export it to excel with a formats by using ODS). what is the way to prevent print on SAS screen?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="my path";
proc report data=want;
 columns _all_;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 17 May 2020 05:55:27 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2020-05-17T05:55:27Z</dc:date>
    <item>
      <title>ODS EXCEL with no print on screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-no-print-on-screen/m-p/648364#M194192</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;If I have a very big report and I don;t want to print it on the screen (I just want to export it to excel with a formats by using ODS). what is the way to prevent print on SAS screen?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="my path";
proc report data=want;
 columns _all_;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 17 May 2020 05:55:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-no-print-on-screen/m-p/648364#M194192</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2020-05-17T05:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS EXCEL with no print on screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-no-print-on-screen/m-p/648368#M194194</link>
      <description>&lt;P&gt;Add&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before your code.&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 07:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-EXCEL-with-no-print-on-screen/m-p/648368#M194194</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-17T07:00:32Z</dc:date>
    </item>
  </channel>
</rss>

