<?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: Hide Proc Report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Hide-Proc-Report/m-p/377335#M65454</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select none;
proc report data=sashelp.class out=want nowd;
run;
ods select all;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Jul 2017 14:08:57 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-07-19T14:08:57Z</dc:date>
    <item>
      <title>Hide Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hide-Proc-Report/m-p/377328#M65453</link>
      <description>&lt;P&gt;I would like to use a proc report statement only to create a dataset and not show the proc report.&amp;nbsp; The dataset created by the out= should be displayed with a different proc report.&amp;nbsp; How do I hide the first proc report?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 13:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hide-Proc-Report/m-p/377328#M65453</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2017-07-19T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hide-Proc-Report/m-p/377335#M65454</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods select none;
proc report data=sashelp.class out=want nowd;
run;
ods select all;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hide-Proc-Report/m-p/377335#M65454</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-19T14:08:57Z</dc:date>
    </item>
  </channel>
</rss>

