<?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: DI - stop a flow when i have an error in a transformation in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142624#M2270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say DI, you mean when you are actually running inte DI Studio GUI?&lt;/P&gt;&lt;P&gt;When executing om the WorksSpace server, there is no interaction between DIS and the server session, DIS is responsible for generating the current SAS code based on metadata, and then submit that code to the server.&lt;/P&gt;&lt;P&gt;So no, DIS itself cannot stop after an error.&lt;/P&gt;&lt;P&gt;What you can play with are global SAS options that handle how the SAS session should respond to error events. I think the default is that after a syntax error, SAS will set obs=0, and then just syntax check the rest of the code.&lt;/P&gt;&lt;P&gt;Question is, why do you want to stop execution when working in DIS? I can't say that I ever had that need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 08:16:44 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2014-01-16T08:16:44Z</dc:date>
    <item>
      <title>DI - stop a flow when i have an error in a transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142623#M2269</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;does anyone know how i can stop a flow in sas di when i have an error in a transformation ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142623#M2269</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2014-01-16T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: DI - stop a flow when i have an error in a transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142624#M2270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say DI, you mean when you are actually running inte DI Studio GUI?&lt;/P&gt;&lt;P&gt;When executing om the WorksSpace server, there is no interaction between DIS and the server session, DIS is responsible for generating the current SAS code based on metadata, and then submit that code to the server.&lt;/P&gt;&lt;P&gt;So no, DIS itself cannot stop after an error.&lt;/P&gt;&lt;P&gt;What you can play with are global SAS options that handle how the SAS session should respond to error events. I think the default is that after a syntax error, SAS will set obs=0, and then just syntax check the rest of the code.&lt;/P&gt;&lt;P&gt;Question is, why do you want to stop execution when working in DIS? I can't say that I ever had that need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142624#M2270</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-01-16T08:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: DI - stop a flow when i have an error in a transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142625#M2271</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;Return code check transformation could do something for you specially when setting the action with error but not specially to stop DIS if error occurs.&lt;/P&gt;&lt;P&gt;why are you looking for it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma Shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 09:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142625#M2271</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2014-01-16T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: DI - stop a flow when i have an error in a transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142626#M2272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This topic and chapter from the user guide might help (Perform Actions Based on the Status of a Transformation): &lt;A href="http://support.sas.com/documentation/cdl/en/etlug/66819/HTML/default/viewer.htm#n13t3zm3lp6u7dn15a8k13mak3gh.htm" title="http://support.sas.com/documentation/cdl/en/etlug/66819/HTML/default/viewer.htm#n13t3zm3lp6u7dn15a8k13mak3gh.htm"&gt;SAS(R) Data Integration Studio 4.8: User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A id="p12crqh2ygs6dkn1989rb2oefv3j"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-stop-a-flow-when-i-have-an-error-in-a-transformation/m-p/142626#M2272</guid>
      <dc:creator>DaveR_SAS</dc:creator>
      <dc:date>2014-01-16T16:20:37Z</dc:date>
    </item>
  </channel>
</rss>

