<?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 Replacing pointer to SAS dataset to preserve dependent tasks in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20928#M3435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never tried it but eventually the migration wizard also allows you to re-map datasets:&lt;/P&gt;&lt;P&gt;C:\Program Files\SAS\EnterpriseGuide\&amp;lt;4.2 or 4.3&amp;gt;\MigrationWizard.exe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2011 03:13:20 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2011-06-27T03:13:20Z</dc:date>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20925#M3432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation in which the dataset is moved to another directory.&amp;nbsp; In my project file, is there a way for me to repoint to the dataset in the new directory without losing all of the tasks that depend on the dataset?&amp;nbsp; I would hate to manually recreate all queries and rerun tasks to reproduce the results with the updated dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 22:36:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20925#M3432</guid>
      <dc:creator>SunilGupta</dc:creator>
      <dc:date>2011-06-24T22:36:11Z</dc:date>
    </item>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20926#M3433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil&lt;/P&gt;&lt;P&gt;EG projects have file extension .egp but are actually zip files. You can open your eg project file with WinZip. You should then find a project.xml file in the zip archive.&lt;/P&gt;&lt;P&gt;Bit of a hack but: just modify the relevant path in this xml file and things should work again.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2011 00:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20926#M3433</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-25T00:11:08Z</dc:date>
    </item>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20927#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Patrick's comment, I'd add that this situation is exactly why one should use libraries to point to SAS datasets in EGuide.&amp;nbsp; Move a project and just change the libname and you are back in business.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 02:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20927#M3434</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-06-27T02:02:03Z</dc:date>
    </item>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20928#M3435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never tried it but eventually the migration wizard also allows you to re-map datasets:&lt;/P&gt;&lt;P&gt;C:\Program Files\SAS\EnterpriseGuide\&amp;lt;4.2 or 4.3&amp;gt;\MigrationWizard.exe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2011 03:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20928#M3435</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2011-06-27T03:13:20Z</dc:date>
    </item>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20929#M3436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for your replies to my question.&amp;nbsp; I will try these options and in the future, use libnames to reference datasets instead of pointing to them.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 17:19:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20929#M3436</guid>
      <dc:creator>SunilGupta</dc:creator>
      <dc:date>2011-07-05T17:19:14Z</dc:date>
    </item>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20930#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified the project.xml file but must have missed something since Enterprise Guide could not open the file.&amp;nbsp; I will make sure to use libnames next time.&amp;nbsp; I assume once I apply libnames, I need to create a temp version of my datasets so that I can select it before running a task?&amp;nbsp; I can not open the dataset directly using the libnames to make it active?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 18:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20930#M3437</guid>
      <dc:creator>SunilGupta</dc:creator>
      <dc:date>2011-07-05T18:00:48Z</dc:date>
    </item>
    <item>
      <title>Replacing pointer to SAS dataset to preserve dependent tasks</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20931#M3438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that one, the answer is "it depends".&amp;nbsp; If you store the output data in a permanent library, then you can use it directly.&amp;nbsp; If you store it in the WORK library (the default for Query Builder in 4.3), then you would have to rebuild it each time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 18:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Replacing-pointer-to-SAS-dataset-to-preserve-dependent-tasks/m-p/20931#M3438</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-07-05T18:05:44Z</dc:date>
    </item>
  </channel>
</rss>

