<?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 run jsl script in excel VBA? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276045#M53568</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12538"&gt;@lwx228&lt;/a&gt;&amp;nbsp;another thing to consider: it looks like the main feature of the q application is the ability to run SQL queries against CSV files.&lt;/P&gt;
&lt;P&gt;But did you know that JMP also has a similar feature?&lt;/P&gt;
&lt;P&gt;Take a look at the Query Builder, which supports building queries against tables since JMP13. This presentation is a good starting point.&amp;nbsp;&lt;LI-MESSAGE title="Query Builder for Tables: A &amp;amp;quot;No Tears&amp;amp;quot; Way for Newcomers to Relate to the Relational Model" uid="44155" url="https://community.jmp.com/t5/Discovery-Summit-2017/Query-Builder-for-Tables-A-quot-No-Tears-quot-Way-for-Newcomers/m-p/44155#U44155" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="messages"&gt;&lt;SPAN class="toast"&gt;QUOTA_BYTES quota exceeded&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 29 Jun 2020 17:30:16 GMT</pubDate>
    <dc:creator>nascif_jmp</dc:creator>
    <dc:date>2020-06-29T17:30:16Z</dc:date>
    <item>
      <title>How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/275919#M53548</link>
      <description>&lt;P&gt;My JMP installation path is "c:\00\jmp\jmp.exe".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to start jMP.exe in a VBA and have "jMP.exe" run the "c:\abc.jsl" file.&lt;/P&gt;&lt;P&gt;I wrote VBA like this.The JMP program can be started, but JSL is not running.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Sub test()

    Shell "c:\00\jmp\jmp.exe ""c:\abc.jsl"""

End Sub&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-06-29_17-50.png" style="width: 344px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24857iBEDEA8EB23D24663/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-06-29_17-50.png" alt="2020-06-29_17-50.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:30:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/275919#M53548</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T23:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/275966#M53556</link>
      <description>&lt;P&gt;Can you share with us what abc.jsl is trying to do? There are many ways of integrating JMP with Excel. Perhaps there is a better way to accomplish your task than running JMP as a subroutine.&lt;/P&gt;
&lt;DIV class="messages"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jun 2020 12:57:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/275966#M53556</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-06-29T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/275979#M53557</link>
      <description>&lt;P&gt;I agree to &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3734"&gt;@nascif_jmp&lt;/a&gt;&amp;nbsp;, as a platform switch Always is a Chance to have Trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why also not Performing&amp;nbsp;the whole Job&amp;nbsp;in jmp?&lt;/P&gt;&lt;P&gt;By the way, the Shell call for a jmp Job works as simple as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Path2JMP\jmp.exe script.jsl&lt;/P&gt;&lt;P&gt;and if the script starts with "//!", it is excecuted on Opening,&lt;/P&gt;&lt;P&gt;and you can quit at the end.&lt;/P&gt;&lt;P&gt;See Scripting guide --&amp;gt; getting started (or search for //!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//!
Names Default To Here( 1 );
// here Comes the JMP Job ...
Quit();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 13:14:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/275979#M53557</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2020-06-29T13:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276001#M53558</link>
      <description>Yes, I've converted most of what I do with VBA to JSL.&lt;BR /&gt;Prepare to spend some more time modifying the remaining VBA to JSL as well.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 29 Jun 2020 14:06:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276001#M53558</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-29T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276005#M53560</link>
      <description>&lt;P class="_tgt transPara"&gt;&lt;SPAN class="transSent"&gt;The focus of the question is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="_tgt transPara"&gt;&lt;SPAN class="transSent"&gt;Inexplicable errors occur when q programs use CSV files generated in JMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="_tgt transPara"&gt;&lt;SPAN class="transSent"&gt;However, open the CSV file in Excel and save it once, so that the CSV file can be calculated at q level normally.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 14:22:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276005#M53560</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-29T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276008#M53561</link>
      <description>&lt;P&gt;If open the CSV generated by JMP with Note.exe, it will see these scrambled codes,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-06-29_22-26.png" style="width: 490px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24872i91195E50EC2CE364/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-06-29_22-26.png" alt="2020-06-29_22-26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This CSV file is opened in Excel, and then saved as a CSV file. This new CSV file is opened and displayed in Note.exe is normal.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-06-29_22-27.png" style="width: 424px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24873iFDAD692B192A4995/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-06-29_22-27.png" alt="2020-06-29_22-27.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 14:33:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276008#M53561</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-29T14:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276009#M53562</link>
      <description>&lt;P&gt;I used JSL saved as CSV file is:.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;d3 &amp;lt;&amp;lt; Save( "C:/123.csv" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Jun 2020 14:36:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276009#M53562</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-29T14:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276028#M53563</link>
      <description>&lt;P&gt;What are your Export Settings?&lt;/P&gt;&lt;P&gt;Looks like there is a Special character used as delimiter for columns, that is not shown properly in "note.exe".&lt;/P&gt;&lt;P&gt;Have a look at File --&amp;gt; preferences --&amp;gt; Text data files --&amp;gt; Export settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the example under Scripting index for Big Class ("Save as") work properly?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 15:27:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276028#M53563</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2020-06-29T15:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276045#M53568</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12538"&gt;@lwx228&lt;/a&gt;&amp;nbsp;another thing to consider: it looks like the main feature of the q application is the ability to run SQL queries against CSV files.&lt;/P&gt;
&lt;P&gt;But did you know that JMP also has a similar feature?&lt;/P&gt;
&lt;P&gt;Take a look at the Query Builder, which supports building queries against tables since JMP13. This presentation is a good starting point.&amp;nbsp;&lt;LI-MESSAGE title="Query Builder for Tables: A &amp;amp;quot;No Tears&amp;amp;quot; Way for Newcomers to Relate to the Relational Model" uid="44155" url="https://community.jmp.com/t5/Discovery-Summit-2017/Query-Builder-for-Tables-A-quot-No-Tears-quot-Way-for-Newcomers/m-p/44155#U44155" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="messages"&gt;&lt;SPAN class="toast"&gt;QUOTA_BYTES quota exceeded&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jun 2020 17:30:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276045#M53568</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-06-29T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276223#M53602</link>
      <description>&lt;P&gt;Yes, JMP is a great piece of software.&lt;BR /&gt;But I'm not using Q for that.&lt;BR /&gt;Q is surprisingly fast.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So the point is how to use jMP-generated CSV files without this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:31:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276223#M53602</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-30T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276226#M53603</link>
      <description>&lt;P&gt;I'm going to do it by default.&lt;BR /&gt;How should I set it up?&lt;/P&gt;&lt;P&gt;Thank Georg!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-06-30_22-37.png" style="width: 701px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24914iA977AE838D540D10/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-06-30_22-37.png" alt="2020-06-30_22-37.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:40:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276226#M53603</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-30T14:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276390#M53614</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12538"&gt;@lwx228&lt;/a&gt;&amp;nbsp;Also which OS and version of JMP you are using?&lt;/P&gt;
&lt;DIV class="messages"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Jun 2020 21:33:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276390#M53614</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-06-30T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276401#M53617</link>
      <description>win 7 64b&lt;BR /&gt;JMP pro 14.3&lt;BR /&gt;&lt;BR /&gt;Thank nascif!</description>
      <pubDate>Tue, 30 Jun 2020 22:51:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276401#M53617</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-30T22:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276606#M53670</link>
      <description>&lt;P&gt;I can't reproduce the issue you are having on my environment. The exported .CSV looks fine.&lt;/P&gt;
&lt;P&gt;I'd recommend trying out a newer version of JMP, or if you can't upgrade, reach out to tech support.&lt;/P&gt;
&lt;P&gt;Looks like you are very close, though. :)&lt;/img&gt;&lt;/P&gt;
&lt;DIV class="messages"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jul 2020 18:58:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276606#M53670</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-07-01T18:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276623#M53681</link>
      <description>This is also the case with CSV exported using JMP Pro version 15.1.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 01 Jul 2020 23:58:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276623#M53681</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-07-01T23:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276625#M53682</link>
      <description>&lt;P&gt;Got it. It has to do with the default language choose.An error occurs when the column name is not in English.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-07-02_08-06.png" style="width: 773px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24957i33979FFAFE0E2277/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-07-02_08-06.png" alt="2020-07-02_08-06.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 00:12:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276625#M53682</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-07-02T00:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to run jsl script in excel VBA?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276626#M53683</link>
      <description>Nice! Glad you found it.</description>
      <pubDate>Thu, 02 Jul 2020 00:49:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-run-jsl-script-in-excel-VBA/m-p/276626#M53683</guid>
      <dc:creator>nascif_jmp</dc:creator>
      <dc:date>2020-07-02T00:49:16Z</dc:date>
    </item>
  </channel>
</rss>

