<?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 Oder of Input in a User Written code node in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31185#M232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Barry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I though the same but haven't had the chance to test it yet. I thought there would have been some option within connection option to control the inputs, as some out jobs have over 15 inputs, which will be time consuming prone to error to manually change the order of the link. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 19:50:27 GMT</pubDate>
    <dc:creator>Shussa</dc:creator>
    <dc:date>2012-01-17T19:50:27Z</dc:date>
    <item>
      <title>Oder of Input in a User Written code node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31183#M230</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;I wanted to ask if there is a way to change the order of input tables in a User written code.&amp;nbsp; Say I have 4 tables as input to a User Written code node, can I influence the the order these are linked to User written code node so the relevant generated macro variables in the user defined code node are created as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 16:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31183#M230</guid>
      <dc:creator>Shussa</dc:creator>
      <dc:date>2012-01-17T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Oder of Input in a User Written code node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31184#M231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; My only guess would be the order that you link the data nodes to the User written code node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 18:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31184#M231</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2012-01-17T18:57:31Z</dc:date>
    </item>
    <item>
      <title>Oder of Input in a User Written code node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31185#M232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Barry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I though the same but haven't had the chance to test it yet. I thought there would have been some option within connection option to control the inputs, as some out jobs have over 15 inputs, which will be time consuming prone to error to manually change the order of the link. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 19:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31185#M232</guid>
      <dc:creator>Shussa</dc:creator>
      <dc:date>2012-01-17T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Oder of Input in a User Written code node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31186#M233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The User Written Code Transformation is very generic. It means that there are very little that can be customized in terms of metadata and dynamic macro variables. If you have some kind of naming standard of your input tables, you might can develop some macro code to map/find specific input tables that has special tasks in the transformation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One work-around could be to use an User Written Transform. It will let you specify specific input data to specific macro variable names and descriptions.&lt;/P&gt;&lt;P&gt;Then can use the Connections windows to see/map input to specific input slots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Linus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 11:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31186#M233</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-01-18T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oder of Input in a User Written code node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31187#M234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can change the order but it is a little vague.&amp;nbsp; You are correct in that you need to go to the "Connections" option (Right Mouse Click on the User Written node).&amp;nbsp; Here are the steps which I just verified by testing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Right click on User Written node and select "Connections".&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Click the "..." button and select "&amp;lt;none&amp;gt;" .&amp;nbsp; Then select OK&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Now choose the order you need via the "..." button and selecting the datasets.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Your order of input datasets has changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below screenshots showing it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; My preferred rate is $1600 per day &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 11:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Oder-of-Input-in-a-User-Written-code-node/m-p/31187#M234</guid>
      <dc:creator>CameronL</dc:creator>
      <dc:date>2012-01-20T11:21:39Z</dc:date>
    </item>
  </channel>
</rss>

