<?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: Exporting SAS datset label in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887056#M350505</link>
    <description>&lt;PRE&gt;&lt;CODE class=""&gt;data test (label="Test label");
input v1 v2;
cards;
1 3
1 5
3 4
; run;

proc export data=test  outfile="C:\...\test.dta" replace; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 31 Jul 2023 05:44:55 GMT</pubDate>
    <dc:creator>BayzidurRahman</dc:creator>
    <dc:date>2023-07-31T05:44:55Z</dc:date>
    <item>
      <title>Exporting SAS datset label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887050#M350502</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have added a SAS dataset label to a dataset but when I export the data to Stata format using PROC EXPORT the dataset label is not being exported. Is there any workaround?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 01:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887050#M350502</guid>
      <dc:creator>BayzidurRahman</dc:creator>
      <dc:date>2023-07-31T01:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS datset label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887055#M350504</link>
      <description>&lt;P&gt;Please show the code you use for the export.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 05:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887055#M350504</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-31T05:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS datset label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887056#M350505</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;data test (label="Test label");
input v1 v2;
cards;
1 3
1 5
3 4
; run;

proc export data=test  outfile="C:\...\test.dta" replace; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 31 Jul 2023 05:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887056#M350505</guid>
      <dc:creator>BayzidurRahman</dc:creator>
      <dc:date>2023-07-31T05:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS datset label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887058#M350506</link>
      <description>&lt;P&gt;From what I found in the documentation (&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acpcref/p1rfs22st3zy3xn1hz9b9qsz4sp2.htm" target="_blank" rel="noopener"&gt;Stata DTA Files&lt;/A&gt;), there are no separate options or statements dealing with dataset labels when exporting to Stata. I suggest you also get in contact with SAS technical support; maybe there is something "hidden" which allows the automatic transfer of dataset labels.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 06:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887058#M350506</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-31T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS datset label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887070#M350512</link>
      <description>&lt;P&gt;Do dataset labels exist in Stata at all?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: I have not used Stata at all.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 09:55:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887070#M350512</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-07-31T09:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting SAS datset label</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887071#M350513</link>
      <description>&lt;P&gt;Yes- Stata can take and display dataset label.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 09:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-SAS-datset-label/m-p/887071#M350513</guid>
      <dc:creator>BayzidurRahman</dc:creator>
      <dc:date>2023-07-31T09:58:13Z</dc:date>
    </item>
  </channel>
</rss>

