<?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 to customize custom steps on SAS Viya SAS Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844290#M10643</link>
    <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=vkI0mysfAkQ" target="_blank"&gt;https://www.youtube.com/watch?v=vkI0mysfAkQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for an example how to create a custom step and add it to a flow&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 07:25:20 GMT</pubDate>
    <dc:creator>DJongman</dc:creator>
    <dc:date>2022-11-15T07:25:20Z</dc:date>
    <item>
      <title>How to customize custom steps on SAS Viya SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844082#M10640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm migrating Enterprise Guide custom task to SAS Studio and find that the best solutiong is to create a custom step with the same UI.&lt;/P&gt;
&lt;P&gt;Using SAS Studio custom task is not an option because it can not be added to a SAS Studio flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are my challenges,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;when a column in a column selector control is selected, user can set some additional properties that is needed when generating sas code.&lt;/LI&gt;
&lt;LI&gt;the step has two input data and user can set the join conditions&lt;/LI&gt;
&lt;LI&gt;columns of the output data can be inherited from either of the input data or be calculated using input data&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These functions are implemented on EG custom task by using c#. &lt;BR /&gt;On SAS Studio these can be done by combining some built-in steps with simple custom steps, but is it possible that I can create my own controls so I can implement all these functions in one step, so that user can do all these in a single custom step?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using Viya 2022.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 12:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844082#M10640</guid>
      <dc:creator>ShenQicheng</dc:creator>
      <dc:date>2022-11-14T12:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize custom steps on SAS Viya SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844084#M10641</link>
      <description>&lt;P&gt;Custom steps can be added to a flow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to make a custom step:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/webeditorcdc/v_017LTS/webeditorsteps/n1am9lk9ec29lyn1cuplosqq60d7.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/webeditorcdc/v_017LTS/webeditorsteps/n1am9lk9ec29lyn1cuplosqq60d7.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="xisDoc-noteGenText"&gt;Note:&amp;nbsp;&lt;/SPAN&gt;The Custom Step functionality is available only if your site licenses SAS Studio Analyst or SAS Studio Engineer. Custom steps are not available in the Interactive perspective.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What Version of SAS Studio Are You Running?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/webeditorcdc/v_024/webeditorag/p14ailcd9ouczan1pph34bgl84b6.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/webeditorcdc/v_024/webeditorag/p14ailcd9ouczan1pph34bgl84b6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 12:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844084#M10641</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2022-11-14T12:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize custom steps on SAS Viya SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844254#M10642</link>
      <description>&lt;P&gt;I'm running SAS Studio Engineer.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 02:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844254#M10642</guid>
      <dc:creator>ShenQicheng</dc:creator>
      <dc:date>2022-11-15T02:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize custom steps on SAS Viya SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844290#M10643</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=vkI0mysfAkQ" target="_blank"&gt;https://www.youtube.com/watch?v=vkI0mysfAkQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for an example how to create a custom step and add it to a flow&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 07:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844290#M10643</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2022-11-15T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize custom steps on SAS Viya SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844320#M10644</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58203"&gt;@DJongman&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do know how to create custom steps and add them to flow.&lt;BR /&gt;I'm asking for solutions for the points that I listed in my first post that can not implement (or I don't know how) on&amp;nbsp;the current version of SAS Studio&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 10:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-customize-custom-steps-on-SAS-Viya-SAS-Studio/m-p/844320#M10644</guid>
      <dc:creator>ShenQicheng</dc:creator>
      <dc:date>2022-11-15T10:42:08Z</dc:date>
    </item>
  </channel>
</rss>

