<?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: Rename of temporary member for xxxx failed in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/347269#M80172</link>
    <description>&lt;P&gt;Have you looked through the various other posts on here of a similar nature, for example:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Rename-of-temporary-member-xxxx-failed/m-p/67787#U67787" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Rename-of-temporary-member-xxxx-failed/m-p/67787#U67787&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would imagine you have run out of disc space, don't have access to that area, or there is a lck file there already (i.e. the file is open from something else). &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 09:23:08 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-04-05T09:23:08Z</dc:date>
    <item>
      <title>ERROR: Rename of temporary member for xxxx failed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/347266#M80171</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea how I can resolve this error please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;52 proc sql;&lt;BR /&gt;53 &lt;BR /&gt;54 connect to Oracle as SUMMIT (user="bawmeur" password=XXXXXXXXX&lt;BR /&gt;55 path="(DESCRIPTION =&lt;BR /&gt;56 (ADDRESS = (PROTOCOL = tcp)(HOST = 10.70.65.132)(PORT = 1521))&lt;BR /&gt;57 (CONNECT_DATA = (SID = bawmeur)))");&lt;BR /&gt;58 &lt;BR /&gt;59 /*TOES*/&lt;BR /&gt;60 &lt;BR /&gt;61 create table static.ToE_&amp;amp;runmonth. as&lt;BR /&gt;SYMBOLGEN: Macro variable RUNMONTH resolves to 201702&lt;BR /&gt;62 select mortgage&lt;BR /&gt;63 ,input(appl_seq,best2.) as appl_seq&lt;BR /&gt;64 ,printvar&lt;BR /&gt;65 from connection to summit&lt;BR /&gt;66 (&lt;BR /&gt;67 SELECT mortgage&lt;BR /&gt;68 ,applseq as appl_seq&lt;BR /&gt;69 ,printvar&lt;BR /&gt;70 FROM sat02&lt;BR /&gt;71 WHERE document = 'RAREASON'&lt;BR /&gt;72 AND status = 'Y'&lt;BR /&gt;73 AND printvar = 'RAToE'&lt;BR /&gt;74 );&lt;BR /&gt;NOTE: Compressing data set STATIC.TOE_201702 increased size by 33.33 percent. &lt;BR /&gt; Compressed is 16 pages; un-compressed would require 12 pages.&lt;BR /&gt;ERROR: Rename of temporary member for STATIC.TOE_201702.DATA failed.&lt;BR /&gt; File may be found in /opt/sas/data/uk/reporting/mortgage bible/static data.&lt;/P&gt;
&lt;P&gt;75 &lt;BR /&gt;76 /*PORTS*/&lt;BR /&gt;77 &lt;BR /&gt;78 create table static.ports_&amp;amp;runmonth. as&lt;BR /&gt;SYMBOLGEN: Macro variable RUNMONTH resolves to 201702&lt;BR /&gt;79 select mortgage,&lt;BR /&gt;80 PurposeCode&lt;BR /&gt;81 from connection to summit&lt;BR /&gt;82 (&lt;BR /&gt;83 SELECT distinct MORTGAGE&lt;BR /&gt;84 ,PURPOSECODE&lt;BR /&gt;85 ,ACC_CHARGE_TERM_START_DATE&lt;BR /&gt;86 FROM acm01&lt;BR /&gt;87 WHERE PURPOSECODE in ('PT','PN','RA') and accStatus='L' and ACC_CHARGE_TERM_START_DATE is not null&lt;BR /&gt;88 )&lt;BR /&gt;89 group by mortgage&lt;BR /&gt;90 having ACC_CHARGE_TERM_START_DATE=max(ACC_CHARGE_TERM_START_DATE);&lt;BR /&gt;NOTE: The query requires remerging summary statistics back with the original data.&lt;BR /&gt;NOTE: Compression was disabled for data set STATIC.PORTS_201702 because compression overhead would increase the size of the data &lt;BR /&gt; set.&lt;BR /&gt;ERROR: Rename of temporary member for STATIC.PORTS_201702.DATA failed.&lt;BR /&gt; File may be found in /opt/sas/data/uk/reporting/mortgage bible/static data.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/347266#M80171</guid>
      <dc:creator>anonymous_user</dc:creator>
      <dc:date>2017-04-05T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Rename of temporary member for xxxx failed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/347269#M80172</link>
      <description>&lt;P&gt;Have you looked through the various other posts on here of a similar nature, for example:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Rename-of-temporary-member-xxxx-failed/m-p/67787#U67787" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Rename-of-temporary-member-xxxx-failed/m-p/67787#U67787&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would imagine you have run out of disc space, don't have access to that area, or there is a lck file there already (i.e. the file is open from something else). &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 09:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/347269#M80172</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-04-05T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Rename of temporary member for xxxx failed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/367824#M87628</link>
      <description>&lt;P&gt;I am not an expert, but I recently began experiencing this same problem. I reviewed some of the previous posts. Many of them suggest that the problem is associated with two or more computer processes competing for the same file or disk space. While this more likely occurs in network settings, it may also occur in settings where you are using personal disk management software such as Diskeeper (as suggested in other posts). I believe my problem was more akin to this latter situation. I am not connected to a network, but I recently began using cloud storage applications to allow me to access my work from multiple locations. My libraries were located in a folder that was setup to synchronize with Google Drive. After moving my library to another location not synchronized with cloud storage, the problem appears to have been resolved.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Rename-of-temporary-member-for-xxxx-failed/m-p/367824#M87628</guid>
      <dc:creator>Callicles</dc:creator>
      <dc:date>2017-06-16T17:36:54Z</dc:date>
    </item>
  </channel>
</rss>

