<?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: Data Table Name disappears on Save in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386898#M63704</link>
    <description>&lt;P&gt;Only thing that comes to my mind is that you could use dt &amp;lt;&amp;lt; get name to get the name of datatable, then concatenate that with path and .jmp.&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);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
current_name = dt &amp;lt;&amp;lt; get name || ".jmp";
savePath = "$temp/" || current_name;
dt &amp;lt;&amp;lt; Save(savePath); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 16:10:42 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2021-05-19T16:10:42Z</dc:date>
    <item>
      <title>Data Table Name disappears on Save</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386859#M63697</link>
      <description>&lt;P&gt;On saving a data table using Save(directory), the data table gets saved but as ".jmp", i.e. with an empty name. I tried to use "close(dt, save(directory))", but that resulted in an error message (I/O problem) and no save at all.&lt;/P&gt;&lt;P&gt;To understand if this was an issue with the data table I opened up Big Class.jmp, renamed it and then tried to save it the same way. It did not want to save to the initial folder, but it did save to a second folder, although also as ".jmp" so without the file name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone had this issue and found how to resolve this, or know what is going on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using JMP Pro 16.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:30:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386859#M63697</guid>
      <dc:creator>Mo</dc:creator>
      <dc:date>2023-06-10T23:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table Name disappears on Save</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386876#M63701</link>
      <description>&lt;P&gt;I think the syntax for saving datatables is Save(filepath), so maybe you are just missing the file name of datatable you wish to save?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
dt &amp;lt;&amp;lt; Save("$temp\deleteme Big Class.jmp");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:20:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386876#M63701</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-05-19T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table Name disappears on Save</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386883#M63702</link>
      <description>&lt;P&gt;That was it, thanks! But isn't there a way that you can save with the current data table name, where you don't have to add the name to the file path?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 15:41:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386883#M63702</guid>
      <dc:creator>Mo</dc:creator>
      <dc:date>2021-05-19T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Table Name disappears on Save</title>
      <link>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386898#M63704</link>
      <description>&lt;P&gt;Only thing that comes to my mind is that you could use dt &amp;lt;&amp;lt; get name to get the name of datatable, then concatenate that with path and .jmp.&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);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
current_name = dt &amp;lt;&amp;lt; get name || ".jmp";
savePath = "$temp/" || current_name;
dt &amp;lt;&amp;lt; Save(savePath); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 16:10:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Data-Table-Name-disappears-on-Save/m-p/386898#M63704</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-05-19T16:10:42Z</dc:date>
    </item>
  </channel>
</rss>

