<?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: Error: update access is not supported for file &amp;lt;extension.filename&amp;gt; in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333314#M6389</link>
    <description>&lt;P&gt;SA SKiwi, you are absolutely correct, and I had to use proc imstat. This issue that I am experiencing is while working with SAS Visual Analytics, I remember I have used proc append in the similar manner several times in SAS Enterprise Guide and it worked perfectly fine. not sure whats wrong in here. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 08:32:04 GMT</pubDate>
    <dc:creator>jitinsethi07</dc:creator>
    <dc:date>2017-02-16T08:32:04Z</dc:date>
    <item>
      <title>Error: update access is not supported for file &lt;extension.filename&gt;</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333285#M6382</link>
      <description>&lt;P&gt;I am creating a blank dataset 'empty' and then trying to append data to it from dataset lasrlib.rebates_data:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;options mlogic mprint symbolgen;&lt;BR /&gt;%vdb_dt(LASRLIB.empty);&lt;BR /&gt;data lasrlib.empty;&lt;/P&gt;&lt;P&gt;Informat Retailer $3.;&lt;BR /&gt;Informat CODE $16.;&lt;BR /&gt;Informat NAME $66.;&lt;BR /&gt;Informat DESCRIPTION $20.;&lt;BR /&gt;Informat COLOURS $10.;&lt;BR /&gt;Informat UNIT_OF_MEASURE_UOM nlnum12.;&lt;BR /&gt;Informat USD_GROSS_PRICE_New nlnum12.;&lt;BR /&gt;Informat USD_REBATE_PRICE_New nlnum12.;&lt;BR /&gt;Informat USD_NET_PRICE_New nlnum12.;&lt;BR /&gt;Informat USD_REBATE_PRICE_REUSE nlnum12.;&lt;BR /&gt;Informat USD_PRICE_Reuse nlnum12.;&lt;BR /&gt;Informat AUD_GROSS_PRICE_New nlnum12.;&lt;BR /&gt;Informat AUD_REBATE_PRICE_New nlnum12.;&lt;BR /&gt;Informat AUD_NET_PRICE_New nlnum12.;&lt;BR /&gt;Informat AUD_REBATE_PRICE_REUSE nlnum12.;&lt;BR /&gt;Informat AUD_PRICE_Reuse nlnum12.;&lt;BR /&gt;Format Retailer $3.;&lt;BR /&gt;Format CODE $16.;&lt;BR /&gt;Format NAME $66.;&lt;BR /&gt;Format DESCRIPTION $20.;&lt;BR /&gt;Format COLOURS $10.;&lt;BR /&gt;Format UNIT_OF_MEASURE_UOM nlnum12.;&lt;BR /&gt;Format USD_GROSS_PRICE_New nlnum12.;&lt;BR /&gt;Format USD_REBATE_PRICE_New nlnum12.;&lt;BR /&gt;Format USD_NET_PRICE_New nlnum12.;&lt;BR /&gt;Format USD_REBATE_PRICE_REUSE nlnum12.;&lt;BR /&gt;Format USD_PRICE_Reuse nlnum12.;&lt;BR /&gt;Format AUD_GROSS_PRICE_New nlnum12.;&lt;BR /&gt;Format AUD_REBATE_PRICE_New nlnum12.;&lt;BR /&gt;Format AUD_NET_PRICE_New nlnum12.;&lt;BR /&gt;Format AUD_REBATE_PRICE_REUSE nlnum12.;&lt;BR /&gt;Format AUD_PRICE_Reuse nlnum12.;&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc append base=lasrlib.empty data=lasrlib.Rebates_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Continuously getting error:&amp;nbsp;&lt;STRONG&gt;update access is not supported for file &amp;lt;extension.filename&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 05:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333285#M6382</guid>
      <dc:creator>jitinsethi07</dc:creator>
      <dc:date>2017-02-16T05:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: update access is not supported for file &lt;extension.filename&gt;</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333302#M6384</link>
      <description>&lt;P&gt;My understanding is you need to use PROC IMSTAT to do in-memory LASR table appends:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/inmsref/70021/HTML/default/viewer.htm#p10dosb1fybvpzn1hw38gxuotopk.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/inmsref/70021/HTML/default/viewer.htm#p10dosb1fybvpzn1hw38gxuotopk.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 07:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333302#M6384</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-02-16T07:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error: update access is not supported for file &lt;extension.filename&gt;</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333314#M6389</link>
      <description>&lt;P&gt;SA SKiwi, you are absolutely correct, and I had to use proc imstat. This issue that I am experiencing is while working with SAS Visual Analytics, I remember I have used proc append in the similar manner several times in SAS Enterprise Guide and it worked perfectly fine. not sure whats wrong in here. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 08:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-update-access-is-not-supported-for-file-lt-extension/m-p/333314#M6389</guid>
      <dc:creator>jitinsethi07</dc:creator>
      <dc:date>2017-02-16T08:32:04Z</dc:date>
    </item>
  </channel>
</rss>

