<?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: How to automate Multiple SAS EG file to run with using batch script? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472066#M30619</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/203011"&gt;@Jayakumar_sp&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you are not using EG properly to run EG projects in batch. The right way would be as described by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;here:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jun 2018 12:35:47 GMT</pubDate>
    <dc:creator>JuanS_OCS</dc:creator>
    <dc:date>2018-06-21T12:35:47Z</dc:date>
    <item>
      <title>How to automate Multiple SAS EG file to run with using batch script?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472058#M30616</link>
      <description>&lt;P&gt;My batch script is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"D:\Program Files\SASHome\SASEnterpriseGuide\7.1\SEGuide.exe" - SYSIN "C:\Users\#########\Project1.egp"&lt;/P&gt;&lt;P&gt;pause&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have ran the following batch script but is not working. and the SAS EG is opening and getting error and also importing automatically&lt;/P&gt;&lt;P&gt;-sysin. I have attached screenshot. please help me out.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 12:24:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472058#M30616</guid>
      <dc:creator>Jayakumar_sp</dc:creator>
      <dc:date>2018-06-21T12:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Multiple SAS EG file to run with using batch script?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472063#M30617</link>
      <description>&lt;P&gt;-sysin in a SAS context expects a text file containing SAS code. egp files are zip archives containing multiple xml files that describe the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The best way to automate the results of SAS development done in EG is to export all code to a .sas file and run that with sasbatch.sh (or sasbatch.bat) on the SAS server.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 12:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472063#M30617</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-21T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Multiple SAS EG file to run with using batch script?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472065#M30618</link>
      <description>&lt;P&gt;SEguide.exe does not support SYSIN -- that's a SAS.exe command option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To automate SAS Enterprise Guide, you must use a scripting language such as VB Script or PowerShell.&amp;nbsp; &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Doing-More-with-SAS-Enterprise-Guide-Automation/ta-p/417832" target="_self"&gt;We have several examples in this article&lt;/A&gt;.&amp;nbsp; In a script, you can load and run a series of project files and save the results -- all with scripting commands.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 12:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472065#M30618</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-06-21T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to automate Multiple SAS EG file to run with using batch script?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472066#M30619</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/203011"&gt;@Jayakumar_sp&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you are not using EG properly to run EG projects in batch. The right way would be as described by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;here:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 12:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-automate-Multiple-SAS-EG-file-to-run-with-using-batch/m-p/472066#M30619</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-06-21T12:35:47Z</dc:date>
    </item>
  </channel>
</rss>

