<?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 Can I use script to create a new table with Concatenate? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14273#M13356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm beginner in JMP's scritp and I want to know how I can use script to create a new table using Concatenate.&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;dt =&amp;nbsp; Open( "C:\EKS\ETAMS\concat1.jmp");&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Set Name ("conc1");&lt;/P&gt;&lt;P&gt;dt =&amp;nbsp; Open( "C:\EKS\ETAMS\concat2.jmp");&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Set Name ("conc2");&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Concatenate("conc1", Output Table( "Combined" ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's just opening the Concatenate window, it doesn't create a new table. What Am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, help me! =(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Talita Shiguemoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 14:38:16 GMT</pubDate>
    <dc:creator>shiguelita</dc:creator>
    <dc:date>2015-09-11T14:38:16Z</dc:date>
    <item>
      <title>How Can I use script to create a new table with Concatenate?</title>
      <link>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14273#M13356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm beginner in JMP's scritp and I want to know how I can use script to create a new table using Concatenate.&lt;/P&gt;&lt;P&gt;My script is:&lt;/P&gt;&lt;P&gt;dt =&amp;nbsp; Open( "C:\EKS\ETAMS\concat1.jmp");&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Set Name ("conc1");&lt;/P&gt;&lt;P&gt;dt =&amp;nbsp; Open( "C:\EKS\ETAMS\concat2.jmp");&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Set Name ("conc2");&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Concatenate("conc1", Output Table( "Combined" ));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's just opening the Concatenate window, it doesn't create a new table. What Am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, help me! =(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Talita Shiguemoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:38:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14273#M13356</guid>
      <dc:creator>shiguelita</dc:creator>
      <dc:date>2015-09-11T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I use script to create a new table with Concatenate?</title>
      <link>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14274#M13357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're almost there! &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Assign the two tables to two different variables. There is no need to rename the tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;dt1 &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Open&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"C:\EKS\ETAMS\concat1.jmp"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;dt2 &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;Open&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"C:\EKS\ETAMS\concat2.jmp"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-family: Courier;"&gt;dt2 &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt1&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; Output Table&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #942193;"&gt;"Combined"&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 16:10:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14274#M13357</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2015-09-11T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I use script to create a new table with Concatenate?</title>
      <link>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14275#M13358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey MS, thank you very much. It worked! *_*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 17:04:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-Can-I-use-script-to-create-a-new-table-with-Concatenate/m-p/14275#M13358</guid>
      <dc:creator>shiguelita</dc:creator>
      <dc:date>2015-09-11T17:04:39Z</dc:date>
    </item>
  </channel>
</rss>

