<?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: SAS Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266740#M18486</link>
    <description>Please investigate the numerous sugestions you've got so far. We're here to help, not to do your job or for basic education.</description>
    <pubDate>Wed, 27 Apr 2016 15:09:24 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-04-27T15:09:24Z</dc:date>
    <item>
      <title>SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265325#M18408</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two profile in SAS EG i.e. Test &amp;amp; Production&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to move all/some data/SAS content from prodcution to test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there any way to do that easily or without any additional tool?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to create libraries &amp;amp; want to test production data into that..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 06:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265325#M18408</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-21T06:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265332#M18410</link>
      <description>&lt;P&gt;You may have to create new libraries in test envrionment. These library should point to Production data. This would not be easy as production access in different environment is generally not provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or you may try to import production dataset to test using proc cimport. But again, you need to check, if it is allowed to move production dataset to test environment in your setup.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 07:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265332#M18410</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2016-04-21T07:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265333#M18411</link>
      <description>&lt;P&gt;Yes you are right Rahul thnx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but still i am not clear with the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 07:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265333#M18411</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-21T07:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265341#M18412</link>
      <description>&lt;P&gt;First of all, are you alone in these environments? If not, chances are that somebody else has set up routines/guideline for your site.&lt;/P&gt;
&lt;P&gt;Else, it depends on&amp;nbsp;your structure how to accomplish&amp;nbsp;this in the easiest way.&lt;/P&gt;
&lt;P&gt;If your test and prod is on&amp;nbsp;the same server (or if your data is stored&amp;nbsp;in a shared location), you could allocate temporarily libname to test from prod, and use PROC COPY, copy/paste in EG or whatever mechanism&amp;nbsp;you feel comfortable with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the data is on separate&amp;nbsp;hosts, and&amp;nbsp;you have license for SAS/CONNECT, use PROC UPLOAD/DOWNLOAD to copy content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A third non-best-practice one is to copy the underlying files outside SAS (Windows&amp;nbsp;explorer, DOS/UNIX shell/ftp).&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265341#M18412</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-21T08:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265346#M18413</link>
      <description>&lt;P&gt;My guess is that the two SAS profiles you have in EG point to two SAS App servers,called something like SASApp and SASApp2. These App servers might run on the same physical server or they might run on different physical servers. Do you know which?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typical best practice for change control between Prod and Dev is to deploy programs from Dev to Prod but not to copy data. Data should be sourced independently by both the Prod and Dev software. If you don't do that then you wont know what is causing any differences between the two environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG does contain functionality to do change control (V6.1 onwards I think) but not all by itself. You need to add third-party tools like GIT, TFS etc. Also you need to give careful thought to what your change control processes should be. The organisation where you work may already have such processes and tools. Learn from what they are doing and use some of their processes if appropriate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265346#M18413</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-04-21T08:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265369#M18415</link>
      <description>&lt;P&gt;&amp;nbsp;thank u&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have only SASAPP server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;test &amp;amp; production both on that&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265369#M18415</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-21T09:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265370#M18416</link>
      <description>&lt;P&gt;Thank U&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Linush&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265370#M18416</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-21T09:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265962#M18449</link>
      <description>&lt;P&gt;In that case I am confused. What is the difference between your test and production EG profiles then if they both point to SASApp - are these on different physical servers?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 07:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/265962#M18449</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-04-25T07:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266276#M18473</link>
      <description>Also a bit confused. &lt;BR /&gt;If I read your answer strictly I understand that you dre sharing the same environment  (metadata and the configuration directory) between test and prod.&lt;BR /&gt;And then you need different libref for test and prod data.&lt;BR /&gt;Not a preferable setup. &lt;BR /&gt;Nevertheless, if this is the case use SAS to copy content as decribed in my earlier post.</description>
      <pubDate>Tue, 26 Apr 2016 03:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266276#M18473</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-26T03:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266621#M18482</link>
      <description>&lt;P&gt;Thank U all...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But i just want to copy some file from Prod to Test in EG&amp;nbsp;without any utility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are lots of files i cant copy one by one so need any simple way to copy particular folder from server to SAS shared files..&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 05:32:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266621#M18482</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-27T05:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266740#M18486</link>
      <description>Please investigate the numerous sugestions you've got so far. We're here to help, not to do your job or for basic education.</description>
      <pubDate>Wed, 27 Apr 2016 15:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266740#M18486</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-27T15:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266794#M18495</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;&amp;nbsp;- you'll need to provide many more details if you want the group to be able to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me add these two hints though. &amp;nbsp;If you are simply looking to move data from a library on one SAS server to a library on a second SAS server, you could use the Data-&amp;gt;Download Data Sets and Upload Data Sets task to move many files at once, via EG. &amp;nbsp;Download to your PC, then upload to the destination server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you could use the &lt;A href="http://blogs.sas.com/content/sasdummy/2012/12/06/copy-files-in-sas-eg/" target="_self"&gt;custom Copy Files task to do similar with files&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both of these are sort of "down and dirty" methods, and don't really respect the rigour usually expected for a dev/test/prod workflow.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 17:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266794#M18495</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-04-27T17:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266922#M18498</link>
      <description>&lt;P&gt;Thank you all..!!!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2016 09:54:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide/m-p/266922#M18498</guid>
      <dc:creator>Tushh</dc:creator>
      <dc:date>2016-04-28T09:54:11Z</dc:date>
    </item>
  </channel>
</rss>

