<?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: XPT in V8 format created via %loc2xpt is missing dataset labels in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928516#M365310</link>
    <description>&lt;P&gt;Works fine for me:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have(label='Class data');
  set sashelp.class;
run;

filename xpt temp;
%loc2xpt(libref=work,memlist=have,filespec=xpt,format=v8);
proc delete data=have; run;
%xpt2loc(libref=work,memlist=have,filespec=xpt);
proc contents data=work.have;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1715793697462.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96554iD2811C2ADF4E8433/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1715793697462.png" alt="Tom_0-1715793697462.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 17:21:45 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2024-05-15T17:21:45Z</dc:date>
    <item>
      <title>XPT in V8 format created via %loc2xpt is missing dataset labels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928442#M365286</link>
      <description>&lt;P&gt;When I converted the dataset with %xpt2loc I found that creating the XPT in V8 format via %loc2xpt was missing the dataset labels. Dose anyone know about it? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 07:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928442#M365286</guid>
      <dc:creator>Ryanwang</dc:creator>
      <dc:date>2024-05-15T07:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: XPT in V8 format created via %loc2xpt is missing dataset labels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928480#M365297</link>
      <description>&lt;P&gt;Your subject line references %loc2xpt. The body of your question asks about %xpt2loc. Which macro did you actually use?&lt;/P&gt;
&lt;P&gt;It may also help to show the code you used for the call to the macro so we know which options you may have used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465961"&gt;@Ryanwang&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;When I converted the dataset with %xpt2loc I found that creating the XPT in V8 format via %loc2xpt was missing the dataset labels. Dose anyone know about it? Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 13:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928480#M365297</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-05-15T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: XPT in V8 format created via %loc2xpt is missing dataset labels</title>
      <link>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928516#M365310</link>
      <description>&lt;P&gt;Works fine for me:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have(label='Class data');
  set sashelp.class;
run;

filename xpt temp;
%loc2xpt(libref=work,memlist=have,filespec=xpt,format=v8);
proc delete data=have; run;
%xpt2loc(libref=work,memlist=have,filespec=xpt);
proc contents data=work.have;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1715793697462.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96554iD2811C2ADF4E8433/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1715793697462.png" alt="Tom_0-1715793697462.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 17:21:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/XPT-in-V8-format-created-via-loc2xpt-is-missing-dataset-labels/m-p/928516#M365310</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-05-15T17:21:45Z</dc:date>
    </item>
  </channel>
</rss>

