<?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 specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLI in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813083#M320837</link>
    <description>&lt;P&gt;It will only issue that note when you do not have write access to SASUSER.&lt;/P&gt;
&lt;P&gt;Can you make so you have write access to the SASUSER library?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also not use PROC IMPORT.&amp;nbsp; It will only issue that note if you are using it to read a TEXT file.&amp;nbsp; So just write your own data step to read the text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use some other method to guess how to read the text file. Such as:&amp;nbsp;&lt;A href="https://github.com/sasutils/macros/blob/master/csv2ds.sas" target="_blank"&gt;https://github.com/sasutils/macros/blob/master/csv2ds.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 20:25:51 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2022-05-12T20:25:51Z</dc:date>
    <item>
      <title>Supressing specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/812316#M320497</link>
      <description>&lt;P&gt;I am doing a proc import and I get a message in the log saying&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode.&lt;/P&gt;&lt;P&gt;I know this can be safely ignored, but can I suppress that message only so I don't have to suppress the whole log?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/812316#M320497</guid>
      <dc:creator>HenF</dc:creator>
      <dc:date>2022-05-10T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/812327#M320500</link>
      <description>&lt;P&gt;1. Why would you want to suppress the while log?&lt;/P&gt;
&lt;P&gt;2. You could ask your SAS admin to remove the&lt;SPAN&gt;&amp;nbsp;SASUSER.PARMS catalog. It's not part of the standard install. Is here a reason it's there?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:49:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/812327#M320500</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-05-10T08:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813077#M320834</link>
      <description>&lt;P&gt;1) I want to suppress this specific message because I have already checked that it has no impact on the execution of the program or the datasets I create. I don't want to have errors in the log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) It's very hard to get hold of any SAS admin and it would be a long process that would likely result in nothing. I have essentially no influence over things like that in the big company I work for.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 20:05:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813077#M320834</guid>
      <dc:creator>HenF</dc:creator>
      <dc:date>2022-05-12T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813083#M320837</link>
      <description>&lt;P&gt;It will only issue that note when you do not have write access to SASUSER.&lt;/P&gt;
&lt;P&gt;Can you make so you have write access to the SASUSER library?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also not use PROC IMPORT.&amp;nbsp; It will only issue that note if you are using it to read a TEXT file.&amp;nbsp; So just write your own data step to read the text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use some other method to guess how to read the text file. Such as:&amp;nbsp;&lt;A href="https://github.com/sasutils/macros/blob/master/csv2ds.sas" target="_blank"&gt;https://github.com/sasutils/macros/blob/master/csv2ds.sas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 20:25:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813083#M320837</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-12T20:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813096#M320842</link>
      <description>&lt;P&gt;That message is only a SAS NOTE, not an ERROR or a WARNING. That means if you are running in batch mode, the return code on the job is 0. So I don't see any need to suppress it unless you are seeing something different.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 21:34:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813096#M320842</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-12T21:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Supressing specific log message: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813161#M320876</link>
      <description>&lt;P&gt;Bottom line:&lt;/P&gt;
&lt;P&gt;1. You can't do anything about it, only the SAS admins can.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. It's a note, not an error, so your log is fine with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 10:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Supressing-specific-log-message-NOTE-Unable-to-open-parameter/m-p/813161#M320876</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2022-05-13T10:16:27Z</dc:date>
    </item>
  </channel>
</rss>

