<?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: Schedule Process Flow in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1371#M412</link>
    <description>Right-click on the flow in the Project Explorer and select Schedule &lt;YOUR flow="" name=""&gt;.&lt;BR /&gt;
&lt;BR /&gt;
That will interface with the Windows Scheduler and create a script file to automate EG to run.&lt;BR /&gt;
&lt;BR /&gt;
Chris&lt;/YOUR&gt;</description>
    <pubDate>Thu, 07 Sep 2006 19:39:51 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2006-09-07T19:39:51Z</dc:date>
    <item>
      <title>Schedule Process Flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1370#M411</link>
      <description>How do I schedule a process flow to run repeatedly?</description>
      <pubDate>Fri, 01 Sep 2006 23:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1370#M411</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-09-01T23:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Process Flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1371#M412</link>
      <description>Right-click on the flow in the Project Explorer and select Schedule &lt;YOUR flow="" name=""&gt;.&lt;BR /&gt;
&lt;BR /&gt;
That will interface with the Windows Scheduler and create a script file to automate EG to run.&lt;BR /&gt;
&lt;BR /&gt;
Chris&lt;/YOUR&gt;</description>
      <pubDate>Thu, 07 Sep 2006 19:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1371#M412</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2006-09-07T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Process Flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1372#M413</link>
      <description>How do I schedule it to run on the server?&lt;BR /&gt;
&lt;BR /&gt;
My approach is to export the process flow to SAS code, then run it from cron.  The process I am trying to schedule includes a node that accesses data from an Oracle server -- I've been using SAS/Access to get to that data.&lt;BR /&gt;
&lt;BR /&gt;
Do I need to hard-code the password into the SAS code?</description>
      <pubDate>Thu, 26 Oct 2006 21:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1372#M413</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-10-26T21:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Process Flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1373#M414</link>
      <description>Here's what I'm getting when I try to run command-line:&lt;BR /&gt;
sas mycode.sas&lt;BR /&gt;
&lt;BR /&gt;
I configured LD_LIBRARY_PATH to point at the Oracle lib.&lt;BR /&gt;
&lt;BR /&gt;
I get the following errors in the libname statement for the Oracle access library:&lt;BR /&gt;
Could not load /SAS/SAS913/SAS_9.1/sasexe/sasora (49 images loaded)&lt;BR /&gt;
Error:  0509-022 Cannot load module /SAS/SAS913/SAS_9.1/sasexe/sasora.&lt;BR /&gt;
        0509-150   Dependent module libclntsh.a(shr.o) could not be&lt;BR /&gt;
loaded.&lt;BR /&gt;
        0509-022 Cannot load module libclntsh.a(shr.o).&lt;BR /&gt;
        0509-026 System error: A file or directory in the path name does not&lt;BR /&gt;
exist.&lt;BR /&gt;
        0509-022 Cannot load module /SAS/SAS913/SAS_9.1/sasexe/sasora.&lt;BR /&gt;
        0509-150   Dependent module&lt;BR /&gt;
/SAS/SAS913/SAS_9.1/sasexe/sasora could not be loaded.</description>
      <pubDate>Thu, 26 Oct 2006 22:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1373#M414</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-10-26T22:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule Process Flow</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1374#M415</link>
      <description>I'm taking a guess here, but I suspect that there are some oracle-enabling environment variables that are not being set when you run your SAS command.&lt;BR /&gt;
&lt;BR /&gt;
When you run within EG, EG connects to a SAS session that is launched by the object spawner.  The object spawner launches a SAS command that is, most likely, wrapped up in a shell script that sets some environment variables so that your SAS session can act as an Oracle client.&lt;BR /&gt;
&lt;BR /&gt;
You'll probably want to contact tech support for help in figuring this one out.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Mon, 30 Oct 2006 21:58:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Schedule-Process-Flow/m-p/1374#M415</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2006-10-30T21:58:33Z</dc:date>
    </item>
  </channel>
</rss>

