<?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: Wait(0), Wait() vs. Wait(n) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56321#M31625</link>
    <description>&lt;P&gt;What do you mean by "looping through a directory and creating a master file?" What are the specific entities and actions involved?&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 13:05:58 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2018-05-03T13:05:58Z</dc:date>
    <item>
      <title>Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56271#M31589</link>
      <description>&lt;P&gt;I have a script that does many thing including creating a matrix from a datatable of ~17,500x40.&amp;nbsp;&amp;nbsp; The entire scrpit works fine when I run in in sections but fails to create the matrix when I run it as a whole.&amp;nbsp; The issue appears to be at the step where m = dt &amp;lt;&amp;lt; Get As Matrix();.&amp;nbsp; I've inserted wait(0), wait() and even wait(30) but nothing seems to fix the issue.&amp;nbsp; Any suggestions? Sorry I can't think of a way to share the code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 18:32:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56271#M31589</guid>
      <dc:creator>DaveLee</dc:creator>
      <dc:date>2018-05-02T18:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56275#M31592</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1055"&gt;@DaveLee&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; When you say, it fails to create a matrix - is it generating an error ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; May be ensure that the table is current might also help ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 19:02:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56275#M31592</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-05-02T19:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56276#M31593</link>
      <description>&lt;P&gt;Yes, I explicitly call the table. For example, the data table is named 'dt', I create the matrix by the following m = dt &amp;lt;&amp;lt; Get As Matrix();.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 19:11:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56276#M31593</guid>
      <dc:creator>DaveLee</dc:creator>
      <dc:date>2018-05-02T19:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56277#M31594</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1055"&gt;@DaveLee&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Can you share the error ? Also - a sample of your data to see if this is reproducible ?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 19:13:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56277#M31594</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-05-02T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56278#M31595</link>
      <description>Sorry. I didn't answer your question. I do not get an error message but I've put in some checks to print to the log and stop seeing these after the matrix creation step.</description>
      <pubDate>Wed, 02 May 2018 19:15:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56278#M31595</guid>
      <dc:creator>DaveLee</dc:creator>
      <dc:date>2018-05-02T19:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56301#M31609</link>
      <description>&lt;P&gt;If there are formula columns that need to be evaluated, adding dt&amp;lt;&amp;lt;RunFormulas; before accessing the data might help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 22:38:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56301#M31609</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2018-05-02T22:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56314#M31619</link>
      <description>&lt;P&gt;Thanks Craige, but the last step that finctions is just looping through a directory and cretaing a master file based on certain criteria. I know that data table is created.&amp;nbsp; The very next step is "Get As Matrix' which does not happen. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 11:19:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56314#M31619</guid>
      <dc:creator>DaveLee</dc:creator>
      <dc:date>2018-05-03T11:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56320#M31624</link>
      <description>&lt;P&gt;It might be time to select &lt;STRONG&gt;Help&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Books&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Scripting Guide&lt;/STRONG&gt; and review the section about formulas and formula management.&lt;/P&gt;
&lt;P&gt;I advise against using formulas to populate data columns with a script unless it is necessary for the values to automatically update after the script is finished.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:03:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56320#M31624</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-05-03T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56321#M31625</link>
      <description>&lt;P&gt;What do you mean by "looping through a directory and creating a master file?" What are the specific entities and actions involved?&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:05:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56321#M31625</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-05-03T13:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Wait(0), Wait() vs. Wait(n)</title>
      <link>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56325#M31629</link>
      <description>&lt;P&gt;&lt;SPAN&gt;and...&amp;nbsp;is JMP still running (can you submit JSL, use menus, change windows?) or is JMP in a loop (check task manager) or did JMP crash?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 13:12:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Wait-0-Wait-vs-Wait-n/m-p/56325#M31629</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2018-05-03T13:12:34Z</dc:date>
    </item>
  </channel>
</rss>

