<?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: Split &amp;amp;outtable from process node in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/437123#M826</link>
    <description>&lt;P&gt;Anja,&lt;/P&gt;
&lt;P&gt;the &amp;amp;outtable1-n macro variables are populated with fully qualified table names (like MATABLES.Tabcdefstmars) by MA and passed into the stored process.&amp;nbsp; You need to&amp;nbsp; create/populate each of these &amp;amp;outtable s with&amp;nbsp;appropriate subjectIDs (based on your code).&amp;nbsp; You need to&amp;nbsp;create every outtable (number of outtables is in &amp;amp;outtable0) even the outtable has 0 subject_IDs that qualify.&amp;nbsp; I will try to add a sample process in the next week.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 15:09:38 GMT</pubDate>
    <dc:creator>SteveMarshall</dc:creator>
    <dc:date>2018-02-14T15:09:38Z</dc:date>
    <item>
      <title>Split &amp;outtable from process node</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/287334#M182</link>
      <description>&lt;P&gt;Is there a way to split "&amp;amp;outtable" from Process node into multiple nodes? &amp;nbsp;Similar to Split node.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;similar to the screenshot below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4246iC3604760394C8749/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="split_process_node_output.JPG" title="split_process_node_output.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 21:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/287334#M182</guid>
      <dc:creator>GoExplore</dc:creator>
      <dc:date>2016-07-26T21:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Split &amp;outtable from process node</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/287357#M183</link>
      <description>&lt;P&gt;Yes, but you can only do it using a Stored Process (option "Process" selected) that you create. But you cannot create multiple outputs with embedded code in the node (option "Code" selected) unfortunately.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 22:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/287357#M183</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2016-07-26T22:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Split &amp;outtable from process node</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/287507#M185</link>
      <description>&lt;P&gt;From the MA User Guide:&lt;/P&gt;
&lt;P&gt;"The default number of output cells that is generated is set by the NumberofCells keyword in the stored process. The MinCells and MaxCells keywords specify the minimum and maximum number of cells. The NumberofCells keyword does not have to be specified. If the MaxCells value is specified, and MinCells and NumberofCells values are not specified, the minimum number of rows is 1. If only the MinCells value is specified, the maximum number of rows is unlimited. "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;several&amp;nbsp;macro variables provided to your Stored Process are useful for understanding the input and output MATables:&lt;/P&gt;
&lt;P&gt;OUTTABLE0 and&amp;nbsp;INTABLE0 have the number of OutTable and Intable MATablenames available via&amp;nbsp;OUTTABLEN (where n=1-&amp;amp;OUTTABLE0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 15:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/287507#M185</guid>
      <dc:creator>SteveMarshall</dc:creator>
      <dc:date>2016-07-27T15:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Split &amp;outtable from process node</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/435868#M823</link>
      <description>Hi Steve,&lt;BR /&gt;Does that mean, that I have to assign the name of my generated table to outtable1 etc.? And if yes, can I still work with work (eg outtable1= ‘work.table1‘)?&lt;BR /&gt;Maybe you can give a really short example of a stored process which generates multiple cells in ci?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance!&lt;BR /&gt;Anja&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Feb 2018 21:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/435868#M823</guid>
      <dc:creator>Gwen777</dc:creator>
      <dc:date>2018-02-09T21:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Split &amp;outtable from process node</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/437123#M826</link>
      <description>&lt;P&gt;Anja,&lt;/P&gt;
&lt;P&gt;the &amp;amp;outtable1-n macro variables are populated with fully qualified table names (like MATABLES.Tabcdefstmars) by MA and passed into the stored process.&amp;nbsp; You need to&amp;nbsp; create/populate each of these &amp;amp;outtable s with&amp;nbsp;appropriate subjectIDs (based on your code).&amp;nbsp; You need to&amp;nbsp;create every outtable (number of outtables is in &amp;amp;outtable0) even the outtable has 0 subject_IDs that qualify.&amp;nbsp; I will try to add a sample process in the next week.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/437123#M826</guid>
      <dc:creator>SteveMarshall</dc:creator>
      <dc:date>2018-02-14T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Split &amp;outtable from process node</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/643581#M1507</link>
      <description>&lt;P&gt;although this post is really old.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But what is the solution?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having a similar problem. I am not able to figure that one out&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings&lt;/P&gt;
&lt;P&gt;Christopher&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Split-amp-outtable-from-process-node/m-p/643581#M1507</guid>
      <dc:creator>ChrisLemberg</dc:creator>
      <dc:date>2020-04-28T12:56:11Z</dc:date>
    </item>
  </channel>
</rss>

