<?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: Job execution when a transformation fails in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93597#M983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "fails"?&lt;/P&gt;&lt;P&gt;And no, not always.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 16:36:24 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2012-12-07T16:36:24Z</dc:date>
    <item>
      <title>Job execution when a transformation fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93596#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it always , when a transformation in a job fails, the successive transformations will get executed upto the job's post code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 10:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93596#M982</guid>
      <dc:creator>Sandhyaa</dc:creator>
      <dc:date>2012-12-07T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Job execution when a transformation fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93597#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "fails"?&lt;/P&gt;&lt;P&gt;And no, not always.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 16:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93597#M983</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-12-07T16:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Job execution when a transformation fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93598#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By fails, i mean that, the transformation may fail for any reason, ie. a lookup table is missing or anything else like that,&lt;/P&gt;&lt;P&gt;error code &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you just give me a scenario where the job wont run till postcode if anything fails inbetween. Because, for all possible error scenarios, the job is running till the post code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 04:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93598#M984</guid>
      <dc:creator>Sandhyaa</dc:creator>
      <dc:date>2012-12-10T04:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Job execution when a transformation fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93599#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, we need to write an entry into the audit log if the job fails. Since, the job is running till postcode, we have written the code for audit log in the job's post code based on the return code value. If the job is not going to be executed till the job's post code on failure cases, then we need to handle this code at the transformation level. For this purpose only, we just want to confirm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 04:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93599#M985</guid>
      <dc:creator>Sandhyaa</dc:creator>
      <dc:date>2012-12-10T04:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Job execution when a transformation fails</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93600#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be a challenge to rely on code within a SAS sessions that has a failing step.&lt;/P&gt;&lt;P&gt;The risk is that it will occur a situation that is not prepared for, and not possible for at post process to log/audit.&lt;/P&gt;&lt;P&gt;What is the purpose?&lt;/P&gt;&lt;P&gt;The usual requirements are monitoring, and that should be handled outside SAS, usually by the scheduler.&lt;/P&gt;&lt;P&gt;Other auditing/logging: I would say this might be interesting for keeping statistics, like process time, resources consumed etc, so that you can see changes over time, making prognosis on future use etc,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 09:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Job-execution-when-a-transformation-fails/m-p/93600#M986</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-12-10T09:45:00Z</dc:date>
    </item>
  </channel>
</rss>

