<?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 What is the quickest way to develop a simple SAS Enterprise Guide  custom task? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972150#M46083</link>
    <description>&lt;P&gt;Hello world,&lt;BR /&gt;We need a simple custom task in SAS Enterprise Guide 8.5 that takes a SAS data set as input and a library and data set name as task parameters. I can only find documents that are more than 10 years old. Furthermore, we do not have much experience in development with C#.Net and VB.Net.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Can anyone tell me where I can find current documentation or papers?&lt;/LI&gt;
&lt;LI&gt;What is the easiest and fastest way to develop a custom task for SAS Enterprise Guide?&lt;/LI&gt;
&lt;LI&gt;Can I use VS Code for development?&lt;/LI&gt;
&lt;LI&gt;Is there a simple example somewhere that I could adapt?&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 06 Aug 2025 07:02:52 GMT</pubDate>
    <dc:creator>klroesner</dc:creator>
    <dc:date>2025-08-06T07:02:52Z</dc:date>
    <item>
      <title>What is the quickest way to develop a simple SAS Enterprise Guide  custom task?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972150#M46083</link>
      <description>&lt;P&gt;Hello world,&lt;BR /&gt;We need a simple custom task in SAS Enterprise Guide 8.5 that takes a SAS data set as input and a library and data set name as task parameters. I can only find documents that are more than 10 years old. Furthermore, we do not have much experience in development with C#.Net and VB.Net.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Can anyone tell me where I can find current documentation or papers?&lt;/LI&gt;
&lt;LI&gt;What is the easiest and fastest way to develop a custom task for SAS Enterprise Guide?&lt;/LI&gt;
&lt;LI&gt;Can I use VS Code for development?&lt;/LI&gt;
&lt;LI&gt;Is there a simple example somewhere that I could adapt?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 06 Aug 2025 07:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972150#M46083</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2025-08-06T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is the quickest way to develop a simple SAS Enterprise Guide  custom task?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972160#M46085</link>
      <description>&lt;P&gt;Not too sure what you are trying to do. Can you explain more, or at least give us the links to the documents you found?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 11:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972160#M46085</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2025-08-06T11:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the quickest way to develop a simple SAS Enterprise Guide  custom task?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972184#M46087</link>
      <description>&lt;P&gt;I have several examples on my GitHub account, shared when I wrote a book about this topic. Here's one example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/cjdinger/SasRunningTotals" target="_blank"&gt;https://github.com/cjdinger/SasRunningTotals&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can probably use VS Code for this with the .NET SDKs, but I've only ever used Visual Studio. You don't actually need a lot of code to make this work, especially for a simple task. But it takes some time to get familiar with the framework.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd recommend my book but I think it's out of print. I can offer this video demo though:&amp;nbsp;&lt;LI-MESSAGE title="Creating custom tasks for SAS Enterprise Guide" uid="395172" url="https://communities.sas.com/t5/Ask-the-Expert/Creating-custom-tasks-for-SAS-Enterprise-Guide/m-p/395172#U395172" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 17:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972184#M46087</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2025-08-06T17:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the quickest way to develop a simple SAS Enterprise Guide  custom task?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972271#M46089</link>
      <description>&lt;P&gt;I would highly recommend Chris's book. It is how I learned. I think I have done around half-dozen of them, most for clients.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Personally, I use Visual Studio to do the work. That said, there is no reason why VS Code wouldn't work. Look on my github site (savian-net) and there are probably examples there. Only use C#, not VB.NET. VB.NET is dead so no need looking at it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is fairly easy once you get started. Visual Studio will help you out a lot. Basically, make a file (class) and have it say implement the interface. Visual Studio will then basically ask 'do you want me to do it for you?'. Let it fill in the empty places and you put in the code. Using AI in VS, you can ask it to build a simple one for you. 'Vibe' code it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look up interfaces and that will tell you how it works. I looked up a simple analogy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;MARK&gt;The waiter (API) is the intermediary that communicates your requests to the kitchen and brings the food back to you.&lt;/MARK&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Aug 2025 14:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/972271#M46089</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2025-08-07T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the quickest way to develop a simple SAS Enterprise Guide  custom task?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/974230#M46152</link>
      <description>&lt;P&gt;Hi Chris, thanks for information. I bought your book! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Are there any project templates for SAS Enterprise Guide 8.5 like the ones in your blog article (&lt;A href="https://communities.sas.com/t5/Ask-the-Expert/Creating-custom-tasks-for-SAS-Enterprise-Guide/ta-p/395172#U395172" target="_blank"&gt;Creating custom tasks for SAS Enterprise Guide - SAS Support Communities&lt;/A&gt;)?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 11:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/974230#M46152</guid>
      <dc:creator>klroesner</dc:creator>
      <dc:date>2025-09-05T11:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the quickest way to develop a simple SAS Enterprise Guide  custom task?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/974649#M46163</link>
      <description>&lt;P&gt;Excellent! No, I have not updated the templates. But good news, the same processes and templates still work for building tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By chance, I had to fire up Visual Studio the other day to rebuild/service a task I created a long time ago so that it works with EG 8.6.&amp;nbsp; All smooth!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-quickest-way-to-develop-a-simple-SAS-Enterprise/m-p/974649#M46163</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2025-09-09T16:06:22Z</dc:date>
    </item>
  </channel>
</rss>

