<?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 Getting ERROR: Specified resource already exists. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322074#M9259</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I am running below peice of code, I am getting error message :&lt;/P&gt;
&lt;P&gt;/****Code *****/&lt;/P&gt;
&lt;P&gt;%put %str(NOTE: Creating indexes in Parallel...);&lt;/P&gt;
&lt;P&gt;proc datasets lib = VL00 nolist;&lt;/P&gt;
&lt;P&gt;modify VL0004_005D_Employee_Sensitive (asyncindex=YES);&lt;/P&gt;
&lt;P&gt;index create VL0004_004D_Employee_Sk ;&lt;/P&gt;
&lt;P&gt;index create Employee_Id ;&lt;/P&gt;
&lt;P&gt;index create Person_Id ;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*****Log ********/&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): ;&lt;/P&gt;
&lt;P&gt;NOTE: Creating indexes in Parallel...&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): proc datasets lib = VL00 nolist;&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): modify VL0004_005D_Employee_Sensitive (asyncindex=YES);&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): index create VL0004_004D_Employee_Sk ;&lt;/P&gt;
&lt;P&gt;NOTE: Because ASYNC operations create indexes in parallel, the status for all defined indexes will be determined at closing time.&lt;/P&gt;
&lt;P&gt;NOTE: Simple index VL0004_004D_Employee_Sk has been defined.&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): index create Employee_Id ;&lt;/P&gt;
&lt;P&gt;ERROR: Specified resource already exists.&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): index create Person_Id ;&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): quit;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;NOTE: Statements not processed because of errors noted above.&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;
&lt;P&gt;NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set.&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;/P&gt;
&lt;P&gt;real time 1.55 seconds&lt;/P&gt;
&lt;P&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2017 06:41:52 GMT</pubDate>
    <dc:creator>neha11_ch</dc:creator>
    <dc:date>2017-01-03T06:41:52Z</dc:date>
    <item>
      <title>Getting ERROR: Specified resource already exists.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322074#M9259</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I am running below peice of code, I am getting error message :&lt;/P&gt;
&lt;P&gt;/****Code *****/&lt;/P&gt;
&lt;P&gt;%put %str(NOTE: Creating indexes in Parallel...);&lt;/P&gt;
&lt;P&gt;proc datasets lib = VL00 nolist;&lt;/P&gt;
&lt;P&gt;modify VL0004_005D_Employee_Sensitive (asyncindex=YES);&lt;/P&gt;
&lt;P&gt;index create VL0004_004D_Employee_Sk ;&lt;/P&gt;
&lt;P&gt;index create Employee_Id ;&lt;/P&gt;
&lt;P&gt;index create Person_Id ;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*****Log ********/&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): ;&lt;/P&gt;
&lt;P&gt;NOTE: Creating indexes in Parallel...&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): proc datasets lib = VL00 nolist;&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): modify VL0004_005D_Employee_Sensitive (asyncindex=YES);&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): index create VL0004_004D_Employee_Sk ;&lt;/P&gt;
&lt;P&gt;NOTE: Because ASYNC operations create indexes in parallel, the status for all defined indexes will be determined at closing time.&lt;/P&gt;
&lt;P&gt;NOTE: Simple index VL0004_004D_Employee_Sk has been defined.&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): index create Employee_Id ;&lt;/P&gt;
&lt;P&gt;ERROR: Specified resource already exists.&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): index create Person_Id ;&lt;/P&gt;
&lt;P&gt;MPRINT(ETLS_LOADER): quit;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;NOTE: Statements not processed because of errors noted above.&lt;/P&gt;
&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;
&lt;P&gt;NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set.&lt;/P&gt;
&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;/P&gt;
&lt;P&gt;real time 1.55 seconds&lt;/P&gt;
&lt;P&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 06:41:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322074#M9259</guid>
      <dc:creator>neha11_ch</dc:creator>
      <dc:date>2017-01-03T06:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ERROR: Specified resource already exists.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322076#M9260</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It might be a long shot, but if the sas table currently exists (from a previous try) then it'll need deleting before running the code again.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 07:08:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322076#M9260</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2017-01-03T07:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ERROR: Specified resource already exists.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322086#M9261</link>
      <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;In the code, every time I am dropping the table first and then recreating it. And then i am trying to create indexes. The same code is working perfectly fine in production environment but not in testing environment.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 08:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322086#M9261</guid>
      <dc:creator>neha11_ch</dc:creator>
      <dc:date>2017-01-03T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ERROR: Specified resource already exists.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322089#M9262</link>
      <description>&lt;P&gt;Please try this code&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put %str(NOTE: Creating indexes in Parallel...);
proc datasets lib = VL00 nolist;
modify VL0004_005D_Employee_Sensitive (asyncindex=YES);
index delete VL0004_004D_Employee_Sk ;
index delete Employee_Id ;
index delete Person_Id ;
index create VL0004_004D_Employee_Sk ;
index create Employee_Id ;
index create Person_Id ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 09:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Getting-ERROR-Specified-resource-already-exists/m-p/322089#M9262</guid>
      <dc:creator>Kalind_Patel</dc:creator>
      <dc:date>2017-01-03T09:00:47Z</dc:date>
    </item>
  </channel>
</rss>

