<?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: Change Library in SAS EG? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216329#M16243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This scenario is very common with advanced testing (DTAP design) . &lt;BR /&gt;When you have the library definition (libname statement) not being coded inside your program but separated and being under control by a setting than what is the problem?&lt;/P&gt;&lt;P&gt;You cannot secure those datasets unless you are the security admin yourself. The only other approach is having backup/restore options for those parts of data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 05:38:07 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2015-05-18T05:38:07Z</dc:date>
    <item>
      <title>Change Library in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216328#M16242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searched different user communities but not able to find any answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a project which creates few hundred permanent datasets. Now the problem is I have to create similar datasets for two different scenarios.&lt;/P&gt;&lt;P&gt;So what I want to do is to find a way(options, macro) to change the library of the datasets which will prevent me from overwrite the datasets.&lt;/P&gt;&lt;P&gt;I use SAS EG 4.3.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 04:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216328#M16242</guid>
      <dc:creator>suvi107</dc:creator>
      <dc:date>2015-05-18T04:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change Library in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216329#M16243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This scenario is very common with advanced testing (DTAP design) . &lt;BR /&gt;When you have the library definition (libname statement) not being coded inside your program but separated and being under control by a setting than what is the problem?&lt;/P&gt;&lt;P&gt;You cannot secure those datasets unless you are the security admin yourself. The only other approach is having backup/restore options for those parts of data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 05:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216329#M16243</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-18T05:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change Library in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216330#M16244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May Be I was not clear the 1st time.&lt;/P&gt;&lt;P&gt;What I am trying to do is to just take a copy of the same SAS Project and change some parameters for the new scenario. The only hindrance that I am facing is if I run the copied project with new scenario the datasets with old scenario information will be over written. Which I don't want to do. And I may need to run both the scenarios somtimes parallely also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a solution pretty similar to the Migration Utility where it list down the Libraries and we have to provide the new library name in the new servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 05:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216330#M16244</guid>
      <dc:creator>suvi107</dc:creator>
      <dc:date>2015-05-18T05:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change Library in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216331#M16245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the datasets are all created in the same logical library, you only have to change that libref. Once a new physical location is assigned to the same logical name, all datasets are written to the new location.&lt;/P&gt;&lt;P&gt;That's actually what the whole libraries thing is for.&lt;/P&gt;&lt;P&gt;To make the whole thing even easier, you can create a prompt in EG to ask for the scenario and then assign the libname accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Change-Library-in-SAS-EG/m-p/216331#M16245</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-18T13:33:42Z</dc:date>
    </item>
  </channel>
</rss>

