<?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: Scheduling in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55506#M11808</link>
    <description>Please be more extensive in your problem description.&lt;BR /&gt;
Where are you (application), what feature is needed, and exactly what do you mean by "Scheduling option"?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Linus</description>
    <pubDate>Thu, 11 Feb 2010 08:11:31 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2010-02-11T08:11:31Z</dc:date>
    <item>
      <title>Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55505#M11807</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Instead of right clicking and deploying jobs one by one, Is it possible to create a code similar to what the scheduling option in SAS DI Studio does? &lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Milton</description>
      <pubDate>Thu, 11 Feb 2010 05:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55505#M11807</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2010-02-11T05:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55506#M11808</link>
      <description>Please be more extensive in your problem description.&lt;BR /&gt;
Where are you (application), what feature is needed, and exactly what do you mean by "Scheduling option"?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Linus</description>
      <pubDate>Thu, 11 Feb 2010 08:11:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55506#M11808</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2010-02-11T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55507#M11809</link>
      <description>If you are talking about EG then use Tools/Schedule Project</description>
      <pubDate>Thu, 11 Feb 2010 13:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55507#M11809</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2010-02-11T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55508#M11810</link>
      <description>I'm using DI Studio 4.3. If I right click on a job there's an option Scheduling option there which makes you create the .sas code for that job and put into the deployment directory you specified. I'm just curious if it's a sas code that executes that option.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Milton</description>
      <pubDate>Fri, 12 Feb 2010 01:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55508#M11810</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2010-02-12T01:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55509#M11811</link>
      <description>Theoretically yes, but I think it would involve querying the metadata server remotely.&lt;BR /&gt;
&lt;BR /&gt;
Anyway you do not need to deploy jobs one by one from DI Studio, but you probably already know that.&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;</description>
      <pubDate>Fri, 12 Feb 2010 17:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55509#M11811</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2010-02-12T17:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55510#M11812</link>
      <description>Hi Daniel,&lt;BR /&gt;
&lt;BR /&gt;
Do you have any references on how to query the metadata server?&lt;BR /&gt;
&lt;BR /&gt;
Many Thanks!&lt;BR /&gt;
Milton</description>
      <pubDate>Sat, 13 Feb 2010 01:57:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55510#M11812</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2010-02-13T01:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55511#M11813</link>
      <description>A good start would be starting with the Open Metadata Interface:&lt;BR /&gt;
&lt;A href="https://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/omd_gs_9971.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_913/omd_gs_9971.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I have done some cool things (mainly building some stats about metadata objects) by using the interface, but what you are trying to do is completely different.&lt;BR /&gt;
Rebuilding the code directly from the Metadata Server (unless there is some pretty straightforward method for doing that!) could represent quite an effort.&lt;BR /&gt;
&lt;BR /&gt;
Cheers from Portugal.&lt;BR /&gt;
&lt;BR /&gt;
Daniel Santos @ &lt;A href="http://www.cgd.pt" target="_blank"&gt;www.cgd.pt&lt;/A&gt;</description>
      <pubDate>Mon, 15 Feb 2010 12:00:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55511#M11813</guid>
      <dc:creator>DanielSantos</dc:creator>
      <dc:date>2010-02-15T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55512#M11814</link>
      <description>Thanks Daniel I'll go over the document!&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Milton</description>
      <pubDate>Mon, 15 Feb 2010 14:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scheduling/m-p/55512#M11814</guid>
      <dc:creator>milts</dc:creator>
      <dc:date>2010-02-15T14:23:29Z</dc:date>
    </item>
  </channel>
</rss>

