<?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: Importing SAS data file to JMP with the SAS formats in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405775#M65587</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7940"&gt;@LNitz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Take a look at your JMP preference file settings. I don’t have JMP open at the moment but I believe you can do something like the following—&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;From within JMP File =&amp;gt; Preferences =&amp;gt; SAS Integration =&amp;gt;"SAS Data Import" or similar&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;click the option, that states Use SAS variable labels for column names and&lt;/LI&gt;
&lt;LI&gt;during data import =&amp;gt; check the option &amp;nbsp;to convert SAS custom formats to JMP value labels&lt;/LI&gt;
&lt;LI&gt;be sure to click &amp;nbsp;"Apply" &amp;nbsp;and then "OK"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you still have no luck applying the formats please reach out to the wonderful team in JMP technical support ( &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;) they will gladly help you work through this process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 06:03:38 GMT</pubDate>
    <dc:creator>stan_koprowski</dc:creator>
    <dc:date>2021-07-30T06:03:38Z</dc:date>
    <item>
      <title>Importing SAS data file to JMP with the SAS formats</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405036#M65549</link>
      <description>&lt;P&gt;I downloaded a large census file (550MB) in SAS which was supplied with SAS control language to create formats, read the raw data file and attach formats to variables.&amp;nbsp; &amp;nbsp;I can easily use the File/Open menu item to access the file, but this does not transfer formats.&amp;nbsp; When I try to use the SAS/browse file command, I receive a notice that a connection to 127.0.0.1 could not be established on port 8561.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck, as I do not know how to get around this.&lt;/P&gt;&lt;P&gt;Thanks much1&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:34:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405036#M65549</guid>
      <dc:creator>LNitz</dc:creator>
      <dc:date>2023-06-10T23:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS data file to JMP with the SAS formats</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405057#M65551</link>
      <description>&lt;P&gt;This question has been asked and answered previously&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/How-to-render-a-SAS-file-using-a-SAS-formats-library/m-p/240414" target="_self"&gt;How to render a SAS file using a SAS formats library&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answer is that JMP can not read the format files directly.&amp;nbsp; You could only process those files if you have SAS available on the same computer as JMP, and you use the JMP to SAS interface.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 03:01:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405057#M65551</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-07-29T03:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS data file to JMP with the SAS formats</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405755#M65582</link>
      <description>&lt;P&gt;Thanks, Jim, for your response.&lt;/P&gt;&lt;P&gt;I have been following the suggestions.&amp;nbsp; SAS is up and running on my computer, the libname "canada" is assigned, and it holds pumf2016 (data) and the format library generated on reading in the rawdata as a SAS file.&amp;nbsp; The browse display on SAS shows the formats applied to the appropriate columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried two methods. One, to do all the steps in the JSL editor, submitting the connect, the library define commands. Then submit the copy command that I had illustrated.&lt;/P&gt;&lt;P&gt;The copy works fine, but the indication that there is a format for a variable given in the column properties menu does not do anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also used the SAS connect process from JMP to connect to the SAS on the current machine.&amp;nbsp; I set the option to use variable names and to process SAS formats.&amp;nbsp; The variable names appear, and the content list of the column properties tab shows the name of a SAS format.&amp;nbsp; Again, no formats appear in the display data table, and I do not know how to display them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either there is something in my setup that simply does not work--or I have missed some important JMP step. The data, however, transfers correctly--just without displaying format values. I am feeling a bit stupid since I had anticipated using this data set for a class to do some social comparisons.&amp;nbsp; One can always get students to make a few value labels, but not a few dozen!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have read "Use SAS custom formats to import...." but&amp;nbsp; since I am running SAS with the data set open, I did not fully understand steps C and D in that document.&amp;nbsp; Any help will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Larry Nitz&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 01:22:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405755#M65582</guid>
      <dc:creator>LNitz</dc:creator>
      <dc:date>2021-07-30T01:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS data file to JMP with the SAS formats</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405758#M65583</link>
      <description>&lt;P&gt;Unfortunately I do not have SAS installed on my JMP system, so I am not in a position to investigate your issue further.&amp;nbsp; Hopefully someone else in the Community, will be able to chime in.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 03:19:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405758#M65583</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-07-30T03:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS data file to JMP with the SAS formats</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405775#M65587</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/7940"&gt;@LNitz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Take a look at your JMP preference file settings. I don’t have JMP open at the moment but I believe you can do something like the following—&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;From within JMP File =&amp;gt; Preferences =&amp;gt; SAS Integration =&amp;gt;"SAS Data Import" or similar&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;click the option, that states Use SAS variable labels for column names and&lt;/LI&gt;
&lt;LI&gt;during data import =&amp;gt; check the option &amp;nbsp;to convert SAS custom formats to JMP value labels&lt;/LI&gt;
&lt;LI&gt;be sure to click &amp;nbsp;"Apply" &amp;nbsp;and then "OK"&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you still have no luck applying the formats please reach out to the wonderful team in JMP technical support ( &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;) they will gladly help you work through this process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 06:03:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-SAS-data-file-to-JMP-with-the-SAS-formats/m-p/405775#M65587</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2021-07-30T06:03:38Z</dc:date>
    </item>
  </channel>
</rss>

