<?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 How to link custom task output in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/559233#M33710</link>
    <description>&lt;P&gt;Hi. ALL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="text-wrap tlid-copy-target"&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Now I am creating and testing a custom task in SAS EG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a program that splits input data and outputs it to a SAS data set, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;but the output data and task do not link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Is there a way to link to multiple outputs?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="tlid-result-transliteration-container result-transliteration-container transliteration-container"&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;Thank you.&lt;/DIV&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 16 May 2019 08:43:06 GMT</pubDate>
    <dc:creator>hogego</dc:creator>
    <dc:date>2019-05-16T08:43:06Z</dc:date>
    <item>
      <title>How to link custom task output</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/559233#M33710</link>
      <description>&lt;P&gt;Hi. ALL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="text-wrap tlid-copy-target"&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Now I am creating and testing a custom task in SAS EG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a program that splits input data and outputs it to a SAS data set, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;but the output data and task do not link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Is there a way to link to multiple outputs?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="tlid-result-transliteration-container result-transliteration-container transliteration-container"&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;Thank you.&lt;/DIV&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="tlid-transliteration-content transliteration-content full"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 May 2019 08:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/559233#M33710</guid>
      <dc:creator>hogego</dc:creator>
      <dc:date>2019-05-16T08:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to link custom task output</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/559248#M33711</link>
      <description>&lt;P&gt;Do you really work on a custom EG task with .NET programming, or are you just working with a user-written SAS-code program node?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 09:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/559248#M33711</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-16T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to link custom task output</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/562141#M33812</link>
      <description>&lt;P&gt;Yes, a custom task can create (and link) multiple output data sets.&amp;nbsp; Assuming you are using a&amp;nbsp;SAS.Tasks.Toolkit derived task, override the following method to provide a list of expected output data sets that will be generated by your custom task:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;virtual public List&amp;lt;SAS.Shared.AddIns.ISASTaskDataDescriptor&amp;gt; OutputDataDescriptorList&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, once the task is run, if those physical tables exist, they will be linked to your custom task.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 02:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-link-custom-task-output/m-p/562141#M33812</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2019-05-29T02:35:17Z</dc:date>
    </item>
  </channel>
</rss>

