<?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 Check job status after finishing job in DI 3.4? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119779#M1474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you LinusH.&amp;nbsp; I would like to use %include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we use &amp;amp;JOB_RC to get the status of job which is getting called by %include?&lt;/P&gt;&lt;P&gt;should we call rcset(%syslibrc) ?&lt;/P&gt;&lt;P&gt;If it so how does it works i am not getting understand.&lt;/P&gt;&lt;P&gt;Could you please clarify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 10:08:39 GMT</pubDate>
    <dc:creator>SYN</dc:creator>
    <dc:date>2012-07-30T10:08:39Z</dc:date>
    <item>
      <title>How to Check job status after finishing job in DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119775#M1470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three jobs&lt;BR /&gt;JOB1&lt;BR /&gt;JOB2&lt;BR /&gt;JOB3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All three jobs running N number times for different data. If JOB1 abended with errors. I am not interested to run JOB2 and JOB3. I would like to check job status after finishing my job JOB1, JOB2 and JOB3.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;can you please help me to provide any command available for STATUS check in DI 3.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 05:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119775#M1470</guid>
      <dc:creator>SYN</dc:creator>
      <dc:date>2012-07-27T05:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check job status after finishing job in DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119776#M1471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are these jobs scheduled?&lt;/P&gt;&lt;P&gt;If you are using Windows Task Scheduler, UNIX cron or LSF/Platform JS, you can build job dependencies in SAS Management Console's Scheduling plug-in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 11:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119776#M1471</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-07-27T11:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check job status after finishing job in DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119777#M1472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using any Schedular tools like Windows Task Scheduler, UNIX cron or LSF/Platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running the jobs using %include command&lt;/P&gt;&lt;P&gt;%include job1&lt;/P&gt;&lt;P&gt;%include job2&lt;/P&gt;&lt;P&gt;%include job3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All jobs put it in DO loop to run N number of times.&lt;/P&gt;&lt;P&gt;How can i check job status? Could you please clarify&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 08:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119777#M1472</guid>
      <dc:creator>SYN</dc:creator>
      <dc:date>2012-07-30T08:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check job status after finishing job in DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119778#M1473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are in a Windows or UNIX environment, I suggest that you take look at the functionality offered in SMC, it has what you are asking for.&lt;/P&gt;&lt;P&gt;if you still want to stick to using %include, you can test the &amp;amp;job_rc macro variable after each job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 08:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119778#M1473</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-07-30T08:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check job status after finishing job in DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119779#M1474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you LinusH.&amp;nbsp; I would like to use %include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we use &amp;amp;JOB_RC to get the status of job which is getting called by %include?&lt;/P&gt;&lt;P&gt;should we call rcset(%syslibrc) ?&lt;/P&gt;&lt;P&gt;If it so how does it works i am not getting understand.&lt;/P&gt;&lt;P&gt;Could you please clarify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 10:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119779#M1474</guid>
      <dc:creator>SYN</dc:creator>
      <dc:date>2012-07-30T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Check job status after finishing job in DI 3.4?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119780#M1475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If &amp;amp;job_rc &amp;lt;&amp;gt; 0 you probably want something to happen, like aborting the SAS session?&lt;/P&gt;&lt;P&gt;The neatest way is to build a macroto do the test and the appropriate action, and call this macro after each %include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 10:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Check-job-status-after-finishing-job-in-DI-3-4/m-p/119780#M1475</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-07-30T10:32:58Z</dc:date>
    </item>
  </channel>
</rss>

