<?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 a issue happens when transform sas7bdat into xpt file, how to resolve? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684477#M207421</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;    libname xptlib xport "&amp;amp;xpt\&amp;amp;_domain_..xpt";

    data &amp;amp;_domain_.(sortedby=_null_ label=&amp;amp;_label_.);
       set adam.&amp;amp;_domain_.;
    run;

    proc copy in=work out=xptlib memtype=data ;
        select &amp;amp;_domain_.;
    run;quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Have you met this situation?&lt;/P&gt;
&lt;P&gt;there is no warning or error in the log window, I can open the xpt file using sas univeral viewer, but it doesn't work using windows10 sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the log, when open xpt file using windows10 sas:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1 proc copy in=TMP1 out=WORK;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;2 run;&lt;/P&gt;
&lt;P&gt;NOTE: Input library TMP1 is sequential.&lt;BR /&gt;NOTE: Copying TMP1.ADDV to WORK.ADDV (memtype=DATA).&lt;BR /&gt;NOTE: BUFSIZE is not cloned when copying across different engines.&lt;BR /&gt;System Option for BUFSIZE was used.&lt;BR /&gt;NOTE: There were 664 observations read from the data set TMP1.ADDV.&lt;BR /&gt;NOTE: The data set WORK.ADDV has 664 observations and 65 variables.&lt;BR /&gt;NOTE: PROCEDURE COPY used (Total process time):&lt;BR /&gt;real time 0.26 seconds&lt;BR /&gt;cpu time 0.15 seconds&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49481i2009C1548A8BF734/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 02:36:27 GMT</pubDate>
    <dc:creator>blueskyxyz</dc:creator>
    <dc:date>2020-09-17T02:36:27Z</dc:date>
    <item>
      <title>a issue happens when transform sas7bdat into xpt file, how to resolve?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684477#M207421</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;    libname xptlib xport "&amp;amp;xpt\&amp;amp;_domain_..xpt";

    data &amp;amp;_domain_.(sortedby=_null_ label=&amp;amp;_label_.);
       set adam.&amp;amp;_domain_.;
    run;

    proc copy in=work out=xptlib memtype=data ;
        select &amp;amp;_domain_.;
    run;quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Have you met this situation?&lt;/P&gt;
&lt;P&gt;there is no warning or error in the log window, I can open the xpt file using sas univeral viewer, but it doesn't work using windows10 sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the log, when open xpt file using windows10 sas:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1 proc copy in=TMP1 out=WORK;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml.htm&lt;BR /&gt;2 run;&lt;/P&gt;
&lt;P&gt;NOTE: Input library TMP1 is sequential.&lt;BR /&gt;NOTE: Copying TMP1.ADDV to WORK.ADDV (memtype=DATA).&lt;BR /&gt;NOTE: BUFSIZE is not cloned when copying across different engines.&lt;BR /&gt;System Option for BUFSIZE was used.&lt;BR /&gt;NOTE: There were 664 observations read from the data set TMP1.ADDV.&lt;BR /&gt;NOTE: The data set WORK.ADDV has 664 observations and 65 variables.&lt;BR /&gt;NOTE: PROCEDURE COPY used (Total process time):&lt;BR /&gt;real time 0.26 seconds&lt;BR /&gt;cpu time 0.15 seconds&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49481i2009C1548A8BF734/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 02:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684477#M207421</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-09-17T02:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: a issue happens when transform sas7bdat into xpt file, how to resolve?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684484#M207423</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/298115"&gt;@blueskyxyz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What are you seeing in your data window ("VIEWTABLE") in SAS?&amp;nbsp; It looks like (from the log) that everything worked.&amp;nbsp; Can you post a screen shot of what you are seeing?&amp;nbsp; Like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1600312020822.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49485iF8AECC98081F997E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1600312020822.png" alt="jimbarbour_0-1600312020822.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 03:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684484#M207423</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-17T03:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: a issue happens when transform sas7bdat into xpt file, how to resolve?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684485#M207424</link>
      <description>sample code: &lt;BR /&gt;libname out xport '....\class.xpt';&lt;BR /&gt;&lt;BR /&gt;proc copy in=sashelp out=out memtype=data;&lt;BR /&gt;	select class;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 17 Sep 2020 03:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684485#M207424</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-09-17T03:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: a issue happens when transform sas7bdat into xpt file, how to resolve?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684487#M207425</link>
      <description>&lt;P&gt;"doesn't work using windows10 sas" is pretty vague. &lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the &amp;lt;&amp;gt; to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the &amp;lt;&amp;gt; icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your log doesn't show any attempt to actually open or use the set that I can tell from your post.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 03:39:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684487#M207425</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-17T03:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: a issue happens when transform sas7bdat into xpt file, how to resolve?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684507#M207435</link>
      <description>&lt;P&gt;"doesn't work" on its own without a clear description is totally unhelpful and &lt;U&gt;stupid&lt;/U&gt;. Please give a clear description of what happened that did not meet your expectations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the log you posted, everything worked fine.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 06:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/684507#M207435</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-17T06:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: a issue happens when transform sas7bdat into xpt file, how to resolve?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/686645#M208411</link>
      <description>Could you mind to watch your words? Don't use foolish or stupid  on others' post even you are knowledgeable on sas programming.</description>
      <pubDate>Fri, 25 Sep 2020 08:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/a-issue-happens-when-transform-sas7bdat-into-xpt-file-how-to/m-p/686645#M208411</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-09-25T08:47:44Z</dc:date>
    </item>
  </channel>
</rss>

