<?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 can I get Enterprise Guide to not add the &amp;quot;;*';*&amp;quot;;*/;quit;&amp;quot; suffix line when a custom task is submitted in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218562#M16475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure thing Tom.&amp;nbsp; If you want a .NET test harness that supports interactive procedures, &lt;A href="https://github.com/cjdinger/SasHarness"&gt;check out the SasHarness sample that I presented at SAS Global Forum&lt;/A&gt; a couple of years ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This app doesn't have the benefits of the SAS.Tasks.Toolkit helper classes, but you can play with some of the possibilities. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 May 2015 17:13:46 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-05-24T17:13:46Z</dc:date>
    <item>
      <title>How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218556#M16469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experimenting with a custom task framework that over several submissions will submit snippets of IML code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that that when I submit the code "proc iml;" via a custom task, EG is adding a line of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;*';*";*/;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end of the submission, which of course is exiting IML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if there is a property or other element of the custom task toolkit that I can use to stop EG from submitting this additional code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2015 21:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218556#M16469</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-23T21:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218557#M16470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would be nice to have an option to turn off EG adding this magic string.&amp;nbsp; Once or twice I've had an unmatched quote but didn't notice it right away because EG added the magic string, and the length of the quoted string wasn't long enough to trigger the 'you may have an unmatched quote' message.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The magic string provides a level of protection to prevent people from mistakenly thinking their SAS session is hung when they submit code with an unmatched quote or forget to end a block comment.&amp;nbsp; But for those of us who are used to having that problem when we make a mistake in our code, it can be confusing when it doesn't happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 03:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218557#M16470</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2015-05-24T03:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218558#M16471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That code mustbe found in the EGuide installation (program files/SAShome). It sounds weird but SAS feared users could change all kind of things in a SAS installation (autoexec.sas config.sas) and wanting to prevent that moved that code into the Eguide software. When you can change your Eguide installation by yourself (not a closed desktop policy)&amp;nbsp; you can change that.&lt;A href="http://support.sas.com/kb/24/484.html" title="http://support.sas.com/kb/24/484.html"&gt;24484 - How to automatically execute code when SAS® Enterprise Guide® opens&lt;/A&gt;&amp;nbsp; &lt;A _jive_internal="true" href="https://communities.sas.com/message/171219"&gt;https://communities.sas.com/message/171219&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the same area of the autoeg.sas (4.1) location. When going around there I found nested structure of about 7 files being used at startup of the Eguide session/transaction.&lt;BR /&gt;There is code at the start (end?) of the session and of each transaction. Normally you will only see the transaction level (code start/end).&amp;nbsp; &lt;BR /&gt;The session-init will be seen in parallel code submission, this is long unwanted part of all that stuff. It is always present in activated logging of the WS but not many will see that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It makes sense to not have that magic string submitted-code for experienced users&amp;nbsp; and getting more reliable code being stored for batch-processing (Quentin/TomK). &lt;/P&gt;&lt;P&gt;Wondering when ChrisH will come in.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 06:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218558#M16471</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-24T06:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218559#M16472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jaap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a pretty good look around the EG flotsam and jetsam, but I couldn't find any indication that the ";*';*";*/;quit;" string is stored in any of those files. I suspect it's in the EG code itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you know of a particular file that contains it, by all means let me know, and I'll dig into it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 14:09:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218559#M16472</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-24T14:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218560#M16473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot prevent EG from submitting this "epilogue" in the "traditional" task -- the kind where you let EG submit the code for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can build your own custom task that supports interactive-style processing by using the ISASTaskExecution API.&amp;nbsp; In that case, you don't return a SAS program for EG to run.&amp;nbsp; Instead, EG tells your task when it's ready and calls &lt;STRONG&gt;Run&lt;/STRONG&gt; on it.&amp;nbsp; Within the Run method, you can use the SasSubmitter class to run your program and get the output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're looking at my book, the Command Prompt task and Data Set-&amp;gt;DATA Step task are examples of ISASTaskExecution.&amp;nbsp; The Macro Variable Viewer task has an example of using the SasSubmitter methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 16:45:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218560#M16473</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-05-24T16:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218561#M16474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think (?!?) this is exactly what I'm after, although I'll have to get a little more adept with these concepts to know for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing me in the right direction!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 17:07:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218561#M16474</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-24T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get Enterprise Guide to not add the ";*';*";*/;quit;" suffix line when a custom task is submitted</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218562#M16475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure thing Tom.&amp;nbsp; If you want a .NET test harness that supports interactive procedures, &lt;A href="https://github.com/cjdinger/SasHarness"&gt;check out the SasHarness sample that I presented at SAS Global Forum&lt;/A&gt; a couple of years ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This app doesn't have the benefits of the SAS.Tasks.Toolkit helper classes, but you can play with some of the possibilities. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 17:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-get-Enterprise-Guide-to-not-add-the-quot-quot-quit/m-p/218562#M16475</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-05-24T17:13:46Z</dc:date>
    </item>
  </channel>
</rss>

