<?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 do I import an xpt file using manage data import GUI in SAS VIYA in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/914515#M360364</link>
    <description>&lt;P&gt;The extension XPT has no fixed meaning.&amp;nbsp; So it MIGHT be a file in the SAS V5 Transport format that can be read with the XPORT library engine.&amp;nbsp; But it might be a file created with PROC CPORT that would require using PROC CIMPORT to read.&amp;nbsp; Or it might be a SAS V7/8/9 Transport file create by the %LOC2XPT() macro in which case you would need to use the %XPT2LOC() macro to read it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't use JMP, but perhaps the information that it can be imported by JMP would tell someone that is familiar with JMP what type of file it is.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2024 15:18:51 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2024-02-05T15:18:51Z</dc:date>
    <item>
      <title>How do I import an xpt file using manage data import GUI in SAS VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/809374#M319177</link>
      <description>&lt;P&gt;Do to our installation we are forced to import files from our desktop using the import GUI in SAS VIYA&amp;gt; When I try to import am xpt file I get an error message that the file type is unsupported. I have no problem importing the same xpt files into JMP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zenenceladus_0-1650649684445.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70750iDE2A9E92625CDBB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="zenenceladus_0-1650649684445.png" alt="zenenceladus_0-1650649684445.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 17:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/809374#M319177</guid>
      <dc:creator>zenenceladus</dc:creator>
      <dc:date>2022-04-22T17:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import an xpt file using manage data import GUI in SAS VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/809385#M319184</link>
      <description>&lt;P&gt;I don't think you want to use the Import function. XPT files are read using a SAS library engine (XPORT), so the approach would be to upload the XPT files you need and then use code to assign a libname to each file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example code:&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;libname data xport "&amp;amp;_userhome/XPT/class.xpt";
proc contents data=data.class; quit;&lt;/LI-CODE&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="xport-viya.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70753iE001AFE19E5E4BD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="xport-viya.png" alt="xport-viya.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/809385#M319184</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-04-22T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import an xpt file using manage data import GUI in SAS VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/809406#M319193</link>
      <description>&lt;P&gt;If the file is not accessible on the machine where SAS (whatever flavor) is running then you need to get the file there first.&lt;/P&gt;
&lt;P&gt;So if your site has totally disabled your ability to upload a file then they need to provide some other method for you put the file where SAS can access it.&lt;/P&gt;
&lt;P&gt;The IMPORT wizard is not the tool for working with XPT files.&amp;nbsp; It might be in JMP since that is foreign file structure to JMP.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 02:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/809406#M319193</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-04-23T02:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import an xpt file using manage data import GUI in SAS VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/914512#M360363</link>
      <description>&lt;P&gt;&lt;CODE&gt;proc contents data=data.class; quit;&lt;/CODE&gt;: This code block is using the &lt;CODE&gt;proc contents&lt;/CODE&gt; procedure to display information about the contents of the specified dataset. In this case, it's the "class" dataset within the "data" library. This helps you understand the structure of the dataset, such as variable names, types, and formats.&lt;/P&gt;&lt;P&gt;If you have multiple XPT files, you can repeat the &lt;CODE&gt;libname&lt;/CODE&gt; statement for each file and then use the appropriate dataset names in subsequent SAS procedures.&lt;/P&gt;&lt;P&gt;Ensure that the path to your XPT file is correct, and replace &lt;CODE&gt;"&amp;amp;_userhome/XPT/class.xpt"&lt;/CODE&gt; with the actual path to your XPT file.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 15:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/914512#M360363</guid>
      <dc:creator>emilykennewell</dc:creator>
      <dc:date>2024-02-05T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import an xpt file using manage data import GUI in SAS VIYA</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/914515#M360364</link>
      <description>&lt;P&gt;The extension XPT has no fixed meaning.&amp;nbsp; So it MIGHT be a file in the SAS V5 Transport format that can be read with the XPORT library engine.&amp;nbsp; But it might be a file created with PROC CPORT that would require using PROC CIMPORT to read.&amp;nbsp; Or it might be a SAS V7/8/9 Transport file create by the %LOC2XPT() macro in which case you would need to use the %XPT2LOC() macro to read it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't use JMP, but perhaps the information that it can be imported by JMP would tell someone that is familiar with JMP what type of file it is.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 15:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-import-an-xpt-file-using-manage-data-import-GUI-in-SAS/m-p/914515#M360364</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-02-05T15:18:51Z</dc:date>
    </item>
  </channel>
</rss>

