<?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 get table information in Israel JMP Users -  קבוצת משתמשים - ישראל</title>
    <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237874#M62</link>
    <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the quick reply. I tried running the script you sent but couldn't find the output.&lt;/P&gt;&lt;P&gt;Anyway, I would need a more elaborated output that contains all table's information like the CONTENTS produces. This is for regulatory purposes and the expectation is to have an output similar to what SAS does.&lt;/P&gt;&lt;P&gt;I would probably have to look for other solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again, Oren&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 09:11:12 GMT</pubDate>
    <dc:creator>Oren_Bar-Ilan</dc:creator>
    <dc:date>2019-12-09T09:11:12Z</dc:date>
    <item>
      <title>How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237786#M60</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way in JMP to obtain the information on a table , similar to what SAS PROC CONTENTS does (names of columns, number of rows, columns names, columns types, etc.)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Oren&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2019 13:39:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237786#M60</guid>
      <dc:creator>Oren_Bar-Ilan</dc:creator>
      <dc:date>2019-12-08T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237858#M61</link>
      <description>&lt;P&gt;Hi Oren,&lt;/P&gt;
&lt;P&gt;I am not familiar with&amp;nbsp;&lt;SPAN&gt;SAS PROC CONTENTS,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;but I know that in JSL you can get all the information you need with separate commands. Here are some:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Get Script();
dt &amp;lt;&amp;lt; Get Column Names("string");
Nr = NRows(dt);
Nd = NCols(dt);
dt:Age &amp;lt;&amp;lt; Get Data Type;
dt:Age &amp;lt;&amp;lt; Get Modeling Type;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this enough for you?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tom.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 13:46:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237858#M61</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2019-12-10T13:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237874#M62</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the quick reply. I tried running the script you sent but couldn't find the output.&lt;/P&gt;&lt;P&gt;Anyway, I would need a more elaborated output that contains all table's information like the CONTENTS produces. This is for regulatory purposes and the expectation is to have an output similar to what SAS does.&lt;/P&gt;&lt;P&gt;I would probably have to look for other solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again, Oren&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 09:11:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237874#M62</guid>
      <dc:creator>Oren_Bar-Ilan</dc:creator>
      <dc:date>2019-12-09T09:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237992#M63</link>
      <description>&lt;P&gt;Hi Oren,&lt;/P&gt;
&lt;P&gt;sadly there is no such out-of-the-box procedure in JMP for this use of PROC CONTENTS.&lt;/P&gt;
&lt;P&gt;The closest feature in JMP is the Column Viewer platform, from main menu -&amp;gt; Cols -&amp;gt; Column Viewer:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/15.0/#page/jmp/select-columns-in-the-columns-viewer.shtml" target="_self"&gt;https://www.jmp.com/support/help/en/15.0/#page/jmp/select-columns-in-the-columns-viewer.shtml&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By using JSL DataTable functions, you have more low-level functions to get details about tables and files in general, but this implies the writing of JSL code.&lt;/P&gt;
&lt;P&gt;I suggest you to try the Column Viewer and eventually to report your question to the main WW JMP Community, so that you have greater visibility.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Bye, Massimo&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 08:17:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/237992#M63</guid>
      <dc:creator>MassimoMartucci</dc:creator>
      <dc:date>2019-12-10T08:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238006#M64</link>
      <description>The *Column Viewer* option is quite useful, especially the feature of *Data&lt;BR /&gt;Table View* of the information presented when asking for *Show Summary*, as&lt;BR /&gt;it presents all column names (in the data table) in a table column,&lt;BR /&gt;allowing printing, sorting&amp;amp;printing, etc.&lt;BR /&gt;However, *that Summary table could be more useful it it would be connected&lt;BR /&gt;to the data table*, in a way that changes in titles in the *Columns* column&lt;BR /&gt;would change titles in the data table. For example, if many columns in the&lt;BR /&gt;data table contain the word "Mean" (e.g. because they were generated by&lt;BR /&gt;*Summary*), I can remove at once all these "Mean"s (if I want to shorten&lt;BR /&gt;the titles) by using "Find" and replacing all of them with a blank.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:55:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238006#M64</guid>
      <dc:creator>Avigdor</dc:creator>
      <dc:date>2019-12-10T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238042#M65</link>
      <description>&lt;P&gt;Check out the&amp;nbsp;&lt;LI-MESSAGE title="Table Attributes Add-In" uid="39974" url="https://community.jmp.com/t5/JMP-Add-Ins/Table-Attributes-Add-In/m-p/39974#U39974"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;by&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1855"&gt;@Justin_Chilton&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it might be what you're looking for.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 13:49:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238042#M65</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2019-12-10T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238103#M66</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much. I've just downloaded the add-in you recommended. It does not provide information on the table itslef (table name, date of creation, etc.) but this is probably the colsest solution to what I'm looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR, Oren&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 17:30:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238103#M66</guid>
      <dc:creator>Oren_Bar-Ilan</dc:creator>
      <dc:date>2019-12-10T17:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get table information</title>
      <link>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238104#M67</link>
      <description>&lt;P&gt;Thank you all for providing possible solutions to my request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oren.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 17:34:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Israel-JMP-Users-%D7%A7%D7%91%D7%95%D7%A6%D7%AA-%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9%D7%99%D7%9D/How-to-get-table-information/m-p/238104#M67</guid>
      <dc:creator>Oren_Bar-Ilan</dc:creator>
      <dc:date>2019-12-10T17:34:55Z</dc:date>
    </item>
  </channel>
</rss>

