<?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 codes getting cleared or emptied in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270970#M18798</link>
    <description>&lt;P&gt;There is a universe of VCS's out there: &lt;A href="https://en.wikipedia.org/wiki/List_of_version_control_software" target="_self"&gt;https://en.wikipedia.org/wiki/List_of_version_control_software&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What suits your needs must be decided upon in your organisation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not one who runs the VCS, I just use it. And ours is mainframe-based at the moment.&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2016 13:06:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-05-17T13:06:38Z</dc:date>
    <item>
      <title>SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270028#M18727</link>
      <description>&lt;P&gt;An issue where we are seeing saved SAS codes getting cleared or emptied on a random basis&lt;/P&gt;&lt;P&gt;We are using SAS EG7.1. SAS codes resides in LINUX platform(server)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 12:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270028#M18727</guid>
      <dc:creator>Swethajava23</dc:creator>
      <dc:date>2016-05-12T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270033#M18728</link>
      <description>&lt;P&gt;I have observed that, if a server connection crashes while Enterprise Guide has a project file opened (that is stored on the server), the project file may be damaged (empty, size zero).&lt;/P&gt;
&lt;P&gt;But I never had problems with .sas files, as those are simple text.&lt;/P&gt;
&lt;P&gt;I therefore recommend to store projects locally (while working on them) and make occasional copies to the server.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 12:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270033#M18728</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-12T12:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270168#M18738</link>
      <description>&lt;P&gt;How do you save your SAS programs to your linux server from EG? Do a File Save in EG via a network share or by some other means?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270168#M18738</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-05-12T19:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270642#M18764</link>
      <description>The users create symbolic links to the Linux directory where the codes reside to access/manage the codes from Enterprise Guide. The users use x command functionality to run different Linux commands on the server from SAS programs from Enterprise Guide.&lt;BR /&gt;For users to access codes and datasets in linux server from SAS EG they create the symbolic links to the path they reside.&lt;BR /&gt;They use x command for that. Syntax:&lt;BR /&gt;x "ln -s &amp;lt; PATH WHERE CODES and DATSET RESIDE&amp;gt; &amp;lt;USER HOME DIRECTORY IN SERVER/LINK NAME&amp;gt;";&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2016 08:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270642#M18764</guid>
      <dc:creator>Swethajava23</dc:creator>
      <dc:date>2016-05-16T08:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270879#M18792</link>
      <description>&lt;P&gt;For shared codes, I strongly recommend to use a versioning control system instead of just editing the codes in place. Your problems might come from concurrent accesses to files.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 06:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270879#M18792</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-17T06:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270960#M18795</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you also let me know, how to implement versioning control system for shared codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 12:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270960#M18795</guid>
      <dc:creator>Swethajava23</dc:creator>
      <dc:date>2016-05-17T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270970#M18798</link>
      <description>&lt;P&gt;There is a universe of VCS's out there: &lt;A href="https://en.wikipedia.org/wiki/List_of_version_control_software" target="_self"&gt;https://en.wikipedia.org/wiki/List_of_version_control_software&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What suits your needs must be decided upon in your organisation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not one who runs the VCS, I just use it. And ours is mainframe-based at the moment.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 13:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270970#M18798</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-17T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS codes getting cleared or emptied</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270976#M18799</link>
      <description>&lt;P&gt;SAS Enterprise Guide has integrated support for Git, including repositories like Github. &amp;nbsp;See &lt;A href="http://blogs.sas.com/content/sasdummy/2014/10/12/eg-71-new-programmer-features/" target="_self"&gt;this blog post for some more details&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aside from Git integration, you can use standard source control systems with file-system integration along side SAS and SAS Enterprise Guide. &amp;nbsp;Here's &lt;A href="http://blogs.sas.com/content/sasdummy/2012/10/29/scm-with-sas-eg/" target="_self"&gt;another article about that&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 13:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-codes-getting-cleared-or-emptied/m-p/270976#M18799</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-05-17T13:19:27Z</dc:date>
    </item>
  </channel>
</rss>

