<?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: Why can't this JSL run in JMP15? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/286441#M55278</link>
    <description>&lt;P&gt;Thank Jeff!&lt;BR /&gt;Thank you for keeping track.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This post also please try if you have this situation:&lt;BR /&gt;When the operating system is not In English,&lt;BR /&gt;When the column name of the data table is not in English and the CSV file is exported with JMP, the CSV format obtained is not normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276625/highlight/true#M53682" target="_self"&gt;https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276625/highlight/true#M53682&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Aug 2020 10:47:53 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2020-08-18T10:47:53Z</dc:date>
    <item>
      <title>Why can't this JSL run in JMP15?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/243738#M48092</link>
      <description>&lt;P&gt;The following JSL build validation operation(Make Validation Column) with JMP 15 has an error.But this code works fine in version 14.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();
dt&amp;lt;&amp;lt;Make Validation Column(Training Set(0.34),Validation Set(0.33),Test Set(0.33),Cutpoint(:code));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-01-30_14-16.png" style="width: 416px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/21404i5A5430703BAB417E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-01-30_14-16.png" alt="2020-01-30_14-16.png" /&gt;&lt;/span&gt;&lt;BR /&gt;How to &lt;SPAN&gt;modify&lt;/SPAN&gt; JSL, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 06:27:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/243738#M48092</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-01-30T06:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't this JSL run in JMP15?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/243741#M48093</link>
      <description>&lt;P&gt;I ran the JSL under both JMP 14.3 and JMP 15.0 and is ran without error.&amp;nbsp; If the error continues, I suggest that you contact JMP support&amp;nbsp;@&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; support@jmp.com&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 07:06:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/243741#M48093</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-01-30T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't this JSL run in JMP15?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/243782#M48102</link>
      <description>&lt;P&gt;I think I can reproduce this problem if the :code column is not continuous.&amp;nbsp; Is that the case in your example?&amp;nbsp; Can you turn it into a continuous column to work around the problem?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 14:08:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/243782#M48102</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2020-01-30T14:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't this JSL run in JMP15?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/286164#M55253</link>
      <description>&lt;P&gt;I can confirm that this is a bug in JMP 15 that will be addressed in JMP 16.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 15:24:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/286164#M55253</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2020-08-17T15:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't this JSL run in JMP15?</title>
      <link>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/286441#M55278</link>
      <description>&lt;P&gt;Thank Jeff!&lt;BR /&gt;Thank you for keeping track.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This post also please try if you have this situation:&lt;BR /&gt;When the operating system is not In English,&lt;BR /&gt;When the column name of the data table is not in English and the CSV file is exported with JMP, the CSV format obtained is not normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276625/highlight/true#M53682" target="_self"&gt;https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276625/highlight/true#M53682&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 10:47:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Why-can-t-this-JSL-run-in-JMP15/m-p/286441#M55278</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-08-18T10:47:53Z</dc:date>
    </item>
  </channel>
</rss>

