<?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 deploy and schedule SAS dataflux jobs in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161498#M3029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any pdf or sas book to reference for sas dataflux data management studio for a beginner as to how to create jobs,various options available in it etc.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Snehal Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 07:26:22 GMT</pubDate>
    <dc:creator>sne7189</dc:creator>
    <dc:date>2014-11-18T07:26:22Z</dc:date>
    <item>
      <title>How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161493#M3024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on SAS DataFlux and we have Data Management Studio and Server but no web studio server. We have created one sample job in data management studio and we exported this job to server and tested which is working. Now we need to schedule this job to run in batch process. Can some one please help how to schedule job in dataflux tool or if we can schedule in OS based then what is procedure and how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Maheswara Talla.&lt;/P&gt;&lt;P&gt;9980014060&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161493#M3024</guid>
      <dc:creator>maheshtalla</dc:creator>
      <dc:date>2014-02-04T07:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161494#M3025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maheswara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;This question just appeared in another discussion.There is not a job scheduler that ships with DM Studio or DM Server. I use the default scheduler for Windows or CRON for UNIX. The executable is located here (for my install):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;C:\Program Files (x86)\DataFlux\DMStudio\studio1\bin&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;The command you should execute is dmpexec which takes the following arguments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;usage: dmpexec [options]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;options:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -c &amp;lt;file&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read configuration from &amp;lt;file&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -j &amp;lt;file&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; execute job in &amp;lt;file&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -l &amp;lt;file&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write log to &amp;lt;file&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -i &amp;lt;key&amp;gt;=&amp;lt;value&amp;gt;&amp;nbsp; set input &amp;lt;key&amp;gt; to &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -o &amp;lt;key&amp;gt;=&amp;lt;value&amp;gt;&amp;nbsp; set option &amp;lt;key&amp;gt; to &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -b &amp;lt;key&amp;gt;=&amp;lt;value&amp;gt;&amp;nbsp; set job option &amp;lt;key&amp;gt; to &amp;lt;value&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authenticate using Authentication Server&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Your scheduler should reference a script which resembles this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;"C:\Program Files (x86)\DataFlux\DMStudio\studio1\bin\dmpexec.cmd" -j "DM_JOB_NAME.djf" -l "LOG_FILE.log"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 14:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161494#M3025</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2014-02-04T14:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161495#M3026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DM Studio 2.5 user guide covers the basics of using the dmexec command, which can be used in a scheduler: &lt;A href="http://support.sas.com/documentation/onlinedoc/dfdmstudio/2.5/dmpdmsug/Content/dfU_T_DataJob_RunBatch.html" title="http://support.sas.com/documentation/onlinedoc/dfdmstudio/2.5/dmpdmsug/Content/dfU_T_DataJob_RunBatch.html"&gt;Running Jobs from the Command Line&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 14:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161495#M3026</guid>
      <dc:creator>DaveR_SAS</dc:creator>
      <dc:date>2014-02-04T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161496#M3027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Skillman,&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. It was very much helpful. Is there any other way or by using tools we can achieve this apart from OS based. Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 09:22:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161496#M3027</guid>
      <dc:creator>maheshtalla</dc:creator>
      <dc:date>2014-02-05T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161497#M3028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;If you have a SAS server environment, in addition to Data Management, you may have a scheduler which can schedule jobs from within SAS Management Console.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 13:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161497#M3028</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2014-02-05T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161498#M3029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any pdf or sas book to reference for sas dataflux data management studio for a beginner as to how to create jobs,various options available in it etc.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Snehal Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 07:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161498#M3029</guid>
      <dc:creator>sne7189</dc:creator>
      <dc:date>2014-11-18T07:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161499#M3030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Snehal, this chapter form the DM Studio user guide covers the basics about creating data jobs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/dfdmstudio/2.5/dmpdmsug/Content/_DataJobs.html" title="http://support.sas.com/documentation/onlinedoc/dfdmstudio/2.5/dmpdmsug/Content/_DataJobs.html"&gt;Maintaining Data Jobs&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 17:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161499#M3030</guid>
      <dc:creator>DaveR_SAS</dc:creator>
      <dc:date>2014-11-18T17:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161500#M3031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi im gettin an error when i schedule a sas program by creating a batch file through windows task scheduler.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="scheduleerr.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7934_scheduleerr.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:53:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161500#M3031</guid>
      <dc:creator>sne7189</dc:creator>
      <dc:date>2014-11-19T06:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy and schedule SAS dataflux jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161501#M3032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hi im gettin an error when i schedule a sas program by creating a batch file through windows task scheduler.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/servlet/JiveServlet/showImage/2-238379-7934/scheduleerr.PNG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0e66ba;"&gt;&lt;IMG alt="scheduleerr.PNG" class="jive-image-thumbnail jive-image jiveImage" height="490" src="https://communities.sas.com/legacyfs/online/7935_scheduleerr.PNG" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; width: 963.139784946237px; height: 490px;" width="963" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 06:54:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-deploy-and-schedule-SAS-dataflux-jobs/m-p/161501#M3032</guid>
      <dc:creator>sne7189</dc:creator>
      <dc:date>2014-11-19T06:54:27Z</dc:date>
    </item>
  </channel>
</rss>

