<?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 Proc import parameter list update error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/287517#M59173</link>
    <description>&lt;P&gt;&amp;nbsp;I am getting a parameter update error that I am not sure how to resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;26 option validvarname=ANY ;&lt;/P&gt;&lt;P&gt;27&lt;/P&gt;&lt;P&gt;28&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;28 ! PROC IMPORT OUT= SKINNER.skn_data&lt;/P&gt;&lt;P&gt;29&lt;/P&gt;&lt;P&gt;30 file="/MARKET/NETWORK/MARKET &amp;amp; CHANNEL ANALYTICS/RETAIL ANALYTICS/Ad-Hoc Projects/Veronica's ad&lt;/P&gt;&lt;P&gt;30 ! hoc/xxx.txt"&lt;/P&gt;&lt;P&gt;31&lt;/P&gt;&lt;P&gt;32 DBMS=DLM REPLACE;&lt;/P&gt;&lt;P&gt;33&lt;/P&gt;&lt;P&gt;34 DELIMITER='|';&lt;/P&gt;&lt;P&gt;35&lt;/P&gt;&lt;P&gt;36 GETNAMES=YES;&lt;/P&gt;&lt;P&gt;37&lt;/P&gt;&lt;P&gt;38 DATAROW=2;&lt;/P&gt;&lt;P&gt;39 run;&lt;/P&gt;&lt;P&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/P&gt;&lt;P&gt;WORK.PARMS.PARMS.SLIST.&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /MARKET/NETWORK/MARKET &amp;amp; CHANNEL ANALYTICS/RETAIL ANALYTICS/Ad-Hoc Projects/Veronica's ad hoc/xxx.txt.&lt;/P&gt;&lt;P&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.36 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.09 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2016 16:08:46 GMT</pubDate>
    <dc:creator>priya2</dc:creator>
    <dc:date>2016-07-27T16:08:46Z</dc:date>
    <item>
      <title>Proc import parameter list update error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/287517#M59173</link>
      <description>&lt;P&gt;&amp;nbsp;I am getting a parameter update error that I am not sure how to resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;26 option validvarname=ANY ;&lt;/P&gt;&lt;P&gt;27&lt;/P&gt;&lt;P&gt;28&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;28 ! PROC IMPORT OUT= SKINNER.skn_data&lt;/P&gt;&lt;P&gt;29&lt;/P&gt;&lt;P&gt;30 file="/MARKET/NETWORK/MARKET &amp;amp; CHANNEL ANALYTICS/RETAIL ANALYTICS/Ad-Hoc Projects/Veronica's ad&lt;/P&gt;&lt;P&gt;30 ! hoc/xxx.txt"&lt;/P&gt;&lt;P&gt;31&lt;/P&gt;&lt;P&gt;32 DBMS=DLM REPLACE;&lt;/P&gt;&lt;P&gt;33&lt;/P&gt;&lt;P&gt;34 DELIMITER='|';&lt;/P&gt;&lt;P&gt;35&lt;/P&gt;&lt;P&gt;36 GETNAMES=YES;&lt;/P&gt;&lt;P&gt;37&lt;/P&gt;&lt;P&gt;38 DATAROW=2;&lt;/P&gt;&lt;P&gt;39 run;&lt;/P&gt;&lt;P&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/P&gt;&lt;P&gt;WORK.PARMS.PARMS.SLIST.&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, /MARKET/NETWORK/MARKET &amp;amp; CHANNEL ANALYTICS/RETAIL ANALYTICS/Ad-Hoc Projects/Veronica's ad hoc/xxx.txt.&lt;/P&gt;&lt;P&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.36 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.09 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/287517#M59173</guid>
      <dc:creator>priya2</dc:creator>
      <dc:date>2016-07-27T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import parameter list update error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/287519#M59174</link>
      <description>&lt;P&gt;The parameter list is not an error. Your actual error is more&amp;nbsp;likely the path to the datafile. You really should provide a complete path from the root or mount point. As written SAS is looking subordinate to where the SAS execution point is, a relative path.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 16:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/287519#M59174</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-27T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc import parameter list update error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/288921#M59635</link>
      <description>&lt;P&gt;I believe you are right. I had suspicion on the file path. so i saved the data to a different folder. the apostrophe in the file folder path.. was giving the error.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 13:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-import-parameter-list-update-error/m-p/288921#M59635</guid>
      <dc:creator>priya2</dc:creator>
      <dc:date>2016-08-02T13:04:30Z</dc:date>
    </item>
  </channel>
</rss>

