<?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: Include automatic SAS programs commit to a vbScript in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345886#M22883</link>
    <description>&lt;P&gt;Yes, EG retrieves the history from the external&amp;nbsp;Git repository, so it will include all commits made, whether committed from&amp;nbsp;inside or outside of EG.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2017 18:46:42 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2017-03-30T18:46:42Z</dc:date>
    <item>
      <title>Include automatic SAS programs commit to a vbScript</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345759#M22879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the vbScritpt automatically generated by the Schedule function in my SAS EG 7.1 as a basis to write a more sophisticated &lt;STRONG&gt;vbScript&lt;/STRONG&gt;&amp;nbsp;to meet my needs. I would also like to include in the script an &lt;STRONG&gt;automatic "Commit"&lt;/STRONG&gt; to the version control history of the programs contained in my EG project. I could not find any documentation about it in the vbScripting section of SAS support. Is there any way to do it? It would be extremly useful to automatize!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lucía&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 14:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345759#M22879</guid>
      <dc:creator>emera86</dc:creator>
      <dc:date>2017-03-30T14:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Include automatic SAS programs commit to a vbScript</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345812#M22880</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/131519"&gt;@emera86&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, no, none of the Program History operations are currently exposed in EG's automation interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if you are working with external SAS programs (referenced in your EG project, stored in an external Git repository), you could probably&amp;nbsp;issue Git commands directly from your VBScript as an alternative.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 16:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345812#M22880</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-03-30T16:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Include automatic SAS programs commit to a vbScript</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345816#M22881</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks for the quick response, Casey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I manage to do it directly using Git commands, would I be able to visualize the historial from SAS EG afterwards?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 16:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345816#M22881</guid>
      <dc:creator>emera86</dc:creator>
      <dc:date>2017-03-30T16:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Include automatic SAS programs commit to a vbScript</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345886#M22883</link>
      <description>&lt;P&gt;Yes, EG retrieves the history from the external&amp;nbsp;Git repository, so it will include all commits made, whether committed from&amp;nbsp;inside or outside of EG.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/345886#M22883</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2017-03-30T18:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Include automatic SAS programs commit to a vbScript</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/346069#M22901</link>
      <description>Thanks for the information Casey, it was very useful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 31 Mar 2017 09:23:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Include-automatic-SAS-programs-commit-to-a-vbScript/m-p/346069#M22901</guid>
      <dc:creator>emera86</dc:creator>
      <dc:date>2017-03-31T09:23:47Z</dc:date>
    </item>
  </channel>
</rss>

