<?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 Jobs using EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127360#M10514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a third, hybrid option.&amp;nbsp; You can write your own automation script (using info in &lt;A href="http://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/"&gt;the link that SASKiwi provided&lt;/A&gt;), and then schedule that script using a tool of your choice.&amp;nbsp; Because you are automating Enterprise Guide, the scheduling tool must run on your PC or at least be able to launch applications on your PC at the appointed time.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, you don't have to rely on EG to do the scheduling (via its integration with the Windows Scheduler), but you still need a client-based script and a method to run it "unattended".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to run as a traditional SAS batch job (as you're accustomed to), you would have to export the code into a SAS program and proceed from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 19:26:22 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2012-11-15T19:26:22Z</dc:date>
    <item>
      <title>SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127358#M10512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have concern about SAS jobs. I was using Base SAS 9.2 to create SAS program for reporting area and most of the time i schedule job using windows scheduler. Now i move to the SAS Enterprise Guide 4.2, this is totally kind of new for me so wanted to know from you guys that is there any way i can schedule SAS job using EG and not using windows scheduler? below is the link which tell the way i used to do with base sas 9.2 and using windows job Scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi27/p276-27.pdf"&gt;http://www2.sas.com/proceedings/sugi27/p276-27.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i wanted to know is SAS EG having this kind of facility where you don't need to use windows scheduler to schedule your sas jobs. Is there any create SAS job wizards present? Like for example i have used SAS DI studio in which you can create job and you can schedule too, so the same i wanted to know using SAS EG. Help Appreciate. Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tushar J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 16:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127358#M10512</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2012-11-15T16:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127359#M10513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually if you have a problem like this a search through SAS support will provide the answers, like this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/"&gt;http://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esssentially you have at two choices:&lt;/P&gt;&lt;P&gt;1) Use EG itself to schedule your project&lt;/P&gt;&lt;P&gt;2) Export your project to SAS code files and schedule these with an external scheduler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You now also have the ability to schedule your jobs through SAS Management Console if your site has the SAS supplied LSF scheduler installed and you have access to SMC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:20:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127359#M10513</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-11-15T19:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127360#M10514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a third, hybrid option.&amp;nbsp; You can write your own automation script (using info in &lt;A href="http://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/"&gt;the link that SASKiwi provided&lt;/A&gt;), and then schedule that script using a tool of your choice.&amp;nbsp; Because you are automating Enterprise Guide, the scheduling tool must run on your PC or at least be able to launch applications on your PC at the appointed time.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, you don't have to rely on EG to do the scheduling (via its integration with the Windows Scheduler), but you still need a client-based script and a method to run it "unattended".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to run as a traditional SAS batch job (as you're accustomed to), you would have to export the code into a SAS program and proceed from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127360#M10514</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2012-11-15T19:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127361#M10515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SASKiwi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. you said&lt;/P&gt;&lt;P&gt;1) Use EG itself to schedule your project&lt;/P&gt;&lt;P&gt;so can you just provide me any link or the steps using this i can schedule my code to run on given time. Also i have sas console management installed that i have verified so it will be also very helpfull if you preovide me link for this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 20:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127361#M10515</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2012-11-15T20:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127362#M10516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply &lt;A href="mailto:Chris@SAS"&gt;Chris@SAS&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;i will check the other tool also for the automation. I am actually more concern about the SAS Console management and LSF shedular like SASKiwi mentioned. i believe scheduling job using this will be appropriate. what all i wanted to know is which is best and most of the time used currently in SAS project to schedule job.&lt;/P&gt;&lt;P&gt;Thanks Again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 21:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127362#M10516</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2012-11-15T21:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127363#M10517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a good place to get started if you want to do server-side scheduling in SAS Management Console:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/scheduleug/61559/PDF/default/scheduleug.pdf"&gt;http://support.sas.com/documentation/cdl/en/scheduleug/61559/PDF/default/scheduleug.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note SMC only does job deployment and scheduling. You can't monitor or check job statuses. For that you have to go to Platform Computing Process Manager, a separate client component. Also SAS logs have to be examined separately in the tool of your choice - I just use Windows Explorer and Notepad for that. I live in hope that SAS will provide a more integrated solution in the future &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 23:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127363#M10517</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-11-15T23:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Jobs using EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127364#M10518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this link SASKiwi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Jobs-using-EG/m-p/127364#M10518</guid>
      <dc:creator>Tushar</dc:creator>
      <dc:date>2012-11-16T16:10:33Z</dc:date>
    </item>
  </channel>
</rss>

