<?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 Encrypted Library causes implicit WARNING in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Encrypted-Library-causes-implicit-WARNING/m-p/790853#M253234</link>
    <description>&lt;P&gt;SAS 9.4 M7 on AIX.&lt;/P&gt;
&lt;P&gt;When I create a dataset in an encrypted meta-bound library, the NOTE&lt;/P&gt;
&lt;PRE&gt;NOTE: This metadata-bound library requires AES encryption with its recorded key. The recorded algorithm is used.
&lt;/PRE&gt;
&lt;P&gt;is displayed in a darker green in Enterprise Guide's log and causes EG to think it's a WARNING.&lt;/P&gt;
&lt;P&gt;If the dataset is created from SQL, &amp;amp;SYSCC is even set to 4(!) for no particular reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this behavior documented anywhere, and is there a method to stop it (especially the SYSCC=4 from SQL)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 11:28:39 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-01-19T11:28:39Z</dc:date>
    <item>
      <title>Encrypted Library causes implicit WARNING</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encrypted-Library-causes-implicit-WARNING/m-p/790853#M253234</link>
      <description>&lt;P&gt;SAS 9.4 M7 on AIX.&lt;/P&gt;
&lt;P&gt;When I create a dataset in an encrypted meta-bound library, the NOTE&lt;/P&gt;
&lt;PRE&gt;NOTE: This metadata-bound library requires AES encryption with its recorded key. The recorded algorithm is used.
&lt;/PRE&gt;
&lt;P&gt;is displayed in a darker green in Enterprise Guide's log and causes EG to think it's a WARNING.&lt;/P&gt;
&lt;P&gt;If the dataset is created from SQL, &amp;amp;SYSCC is even set to 4(!) for no particular reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this behavior documented anywhere, and is there a method to stop it (especially the SYSCC=4 from SQL)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 11:28:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encrypted-Library-causes-implicit-WARNING/m-p/790853#M253234</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-19T11:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypted Library causes implicit WARNING</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encrypted-Library-causes-implicit-WARNING/m-p/793448#M254332</link>
      <description>&lt;P&gt;Sounds like an error that a NOTE registers as a warning. Have you tried checking the value of &amp;amp;syswarningtext when it happens?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you can make a workaround like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%if &amp;amp;syscc=4 and %substr(&amp;amp;syswarningtext,1,4)=NOTE %then
  %let Syscc=0;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But you may want to take it up with SAS Support, if you haven't already.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 10:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encrypted-Library-causes-implicit-WARNING/m-p/793448#M254332</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2022-01-31T10:47:05Z</dc:date>
    </item>
  </channel>
</rss>

