<?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: Proc contents : warning message in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762565#M241461</link>
    <description>Thank you, Ballard,&lt;BR /&gt;I didn't use ODS _all_ close on my code.&lt;BR /&gt;&lt;BR /&gt;I put ODS HTML;, but I have an error :&lt;BR /&gt;35         ods html;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml2.htm&lt;BR /&gt;ERROR: Insufficient authorization to access C:\Applications\SAS\SASConfig\Lev1\SASApp\sashtml2.htm.&lt;BR /&gt;ERROR: No body file. HTML output will not be created.&lt;BR /&gt;36         proc contents data=Produit_OCP out=colonnes(keep=NAME);&lt;BR /&gt;37         run;</description>
    <pubDate>Thu, 19 Aug 2021 15:14:40 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2021-08-19T15:14:40Z</dc:date>
    <item>
      <title>Proc contents : warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762556#M241456</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please explain me why I have this warning message :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarieT_1-1629383804877.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62733i5DB8C640080FADA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarieT_1-1629383804877.png" alt="MarieT_1-1629383804877.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:38:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762556#M241456</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2021-08-19T14:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc contents : warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762558#M241458</link>
      <description>&lt;P&gt;You must have one or more ODS destination active. By default this is usually ODS HTML that appears in the results window.&lt;/P&gt;
&lt;P&gt;If you have for some reason submitted some code with ODS _all_ close; (most likely cause I see is using someone else's code) without providing a new ODS Html (or LIsting RTF PDF or other) then SAS has no place to send the print results of proc compare to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add an&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS HTML;&lt;/P&gt;
&lt;P&gt;before the Proc Compare and the warning should go away and output appear in the results.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:47:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762558#M241458</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-19T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc contents : warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762565#M241461</link>
      <description>Thank you, Ballard,&lt;BR /&gt;I didn't use ODS _all_ close on my code.&lt;BR /&gt;&lt;BR /&gt;I put ODS HTML;, but I have an error :&lt;BR /&gt;35         ods html;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml2.htm&lt;BR /&gt;ERROR: Insufficient authorization to access C:\Applications\SAS\SASConfig\Lev1\SASApp\sashtml2.htm.&lt;BR /&gt;ERROR: No body file. HTML output will not be created.&lt;BR /&gt;36         proc contents data=Produit_OCP out=colonnes(keep=NAME);&lt;BR /&gt;37         run;</description>
      <pubDate>Thu, 19 Aug 2021 15:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762565#M241461</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2021-08-19T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc contents : warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762569#M241464</link>
      <description>&lt;P&gt;If you are using the Display Manager (Foundation or Base SAS) try going to the menu Tools&amp;gt;Options&amp;gt;Preferences, go to the Results tab, make sure the "Create HTML" box is checked and then check the Use Work Folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other wise you need to provide either a path to a folder on the ODS HTML statement such as&lt;/P&gt;
&lt;P&gt;Ods htm path='c:/folder/subfolder'; as a window example.&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS Preferences;&lt;/P&gt;
&lt;P&gt;will reset to the default but this will change other preferences besides the ods destination. If you haven't customized your preferences then not an issue but if you have then those customizations will be reset.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 15:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-contents-warning-message/m-p/762569#M241464</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-19T15:37:03Z</dc:date>
    </item>
  </channel>
</rss>

