<?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: Requested operation denied. Index file WORK.TEMP_PRE.DATA is damaged in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Requested-operation-denied-Index-file-WORK-TEMP-PRE-DATA-is/m-p/890565#M351914</link>
    <description>Can you verify if the issue is with the work location? For instance by using a temporary folder with enough space and run the code using a libname pointing to that temporary location.</description>
    <pubDate>Wed, 23 Aug 2023 13:59:05 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2023-08-23T13:59:05Z</dc:date>
    <item>
      <title>Requested operation denied. Index file WORK.TEMP_PRE.DATA is damaged</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Requested-operation-denied-Index-file-WORK-TEMP-PRE-DATA-is/m-p/890548#M351905</link>
      <description>&lt;PRE&gt;proc sql;
	create table vda_mnr as
		select a.*,
			   b.poa1,
			   b.poa2,
			   b.poa3,
			   b.poa4,
			   b.poa5,
			   b.poa6,
			   b.poa7,
			   b.poa8,
			   b.poa9,
			   b.poa10,
			   b.poa11,
			   b.poa12,
			   b.poa13,
			   b.poa14,
			   b.poa15,
			   b.poa16,
			   b.poa17,
			   b.poa18,
			   b.poa19,
			   b.poa20,
			   c.clm_aud_nbr

			from sep.current_mnr_vardays a
			left join sep.ova_clmshdr_inp b
				on a.case_id=b.case_id
			left join sep.ip_confinement c
				on b.membersystemid=c.mbr_sys_id and
				   b.adm_dt=c.fst_srvc_dt

		where a.Low_Perdiems not in ('Y') and 
			  a.Med_Prime not in ('Y') and 
			  a.MH_BH_Flag in ('N') and 
			  a.Admits=1;
quit;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qwerty12_0-1692792534395.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86924i5AA88F88F885FD20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qwerty12_0-1692792534395.png" alt="qwerty12_0-1692792534395.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qwerty12_1-1692792662069.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86925i05BD0D29B5151966/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qwerty12_1-1692792662069.png" alt="qwerty12_1-1692792662069.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The file is getting damaged and i'm not able to move to further process, tried to split the above piece of code into 3 parts and ran but again same issue, and 50% of sas workspace is available can anyone suggest how to proceed with this piece of code&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 12:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Requested-operation-denied-Index-file-WORK-TEMP-PRE-DATA-is/m-p/890548#M351905</guid>
      <dc:creator>qwerty12</dc:creator>
      <dc:date>2023-08-23T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Requested operation denied. Index file WORK.TEMP_PRE.DATA is damaged</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Requested-operation-denied-Index-file-WORK-TEMP-PRE-DATA-is/m-p/890565#M351914</link>
      <description>Can you verify if the issue is with the work location? For instance by using a temporary folder with enough space and run the code using a libname pointing to that temporary location.</description>
      <pubDate>Wed, 23 Aug 2023 13:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Requested-operation-denied-Index-file-WORK-TEMP-PRE-DATA-is/m-p/890565#M351914</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-08-23T13:59:05Z</dc:date>
    </item>
  </channel>
</rss>

