<?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: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary para in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975191#M378055</link>
    <description>&lt;P&gt;It is a design bug in the tool that PROC IMPORT uses to analyze the CSV file and guess how to generate a data step to read it.&amp;nbsp; For some strange unexplained reason it is attempting to store something into that&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;SASUSER.PARMS.PARMS.SLIST object even when you are running with the RSASUSER option.&amp;nbsp; And even more strangely it feels a need to tell you about it&amp;nbsp; instead of just silently using the WORK library instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It does not cause any actual problems, just the annoying message.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want to avoid the message do not use PROC IMPORT to read CSV files.&amp;nbsp; Either write your own data step to read them.&amp;nbsp; Or use some other tool to analyze the CSV file and guess how to read it.&amp;nbsp;&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;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 23:42:17 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2025-09-16T23:42:17Z</dc:date>
    <item>
      <title>NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary paramete</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975185#M378053</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting two different messages using PROC IMPORT (attached log).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested both and I get different messages based on if it a csv or xlxs file in the proc import. When I use a csv file I get the following note:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Temporary parameter values will be saved to WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;If I run the code using xlsx file as the input into the proc import it works ok.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Any ideas?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Sep 2025 18:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975185#M378053</guid>
      <dc:creator>slolaysas</dc:creator>
      <dc:date>2025-09-16T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary para</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975189#M378054</link>
      <description>&lt;P&gt;The NOTE is issued when a DATA step is created and executed, something that does not happen with spreadsheet files. It is just a consequence of the fact that the SASUSER library is not writable nowadays. You can safely ignore it.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 21:07:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975189#M378054</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-09-16T21:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary para</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975191#M378055</link>
      <description>&lt;P&gt;It is a design bug in the tool that PROC IMPORT uses to analyze the CSV file and guess how to generate a data step to read it.&amp;nbsp; For some strange unexplained reason it is attempting to store something into that&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;SASUSER.PARMS.PARMS.SLIST object even when you are running with the RSASUSER option.&amp;nbsp; And even more strangely it feels a need to tell you about it&amp;nbsp; instead of just silently using the WORK library instead.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It does not cause any actual problems, just the annoying message.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want to avoid the message do not use PROC IMPORT to read CSV files.&amp;nbsp; Either write your own data step to read them.&amp;nbsp; Or use some other tool to analyze the CSV file and guess how to read it.&amp;nbsp;&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;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 23:42:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975191#M378055</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-09-16T23:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary para</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975207#M378063</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 07:07:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Unable-to-open-parameter-catalog-SASUSER-PARMS-PARMS-SLIST/m-p/975207#M378063</guid>
      <dc:creator>slolaysas</dc:creator>
      <dc:date>2025-09-17T07:07:18Z</dc:date>
    </item>
  </channel>
</rss>

