<?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 to e-mail SAS dataset as sas7bdat file in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199052#M4369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;Thank you. The SAS program you wrote worked! Much appreciate it.&lt;/P&gt;&lt;P&gt;No, I am not using SAS to email the file.&lt;/P&gt;&lt;P&gt;Sanjeeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 19:52:46 GMT</pubDate>
    <dc:creator>Sapkota</dc:creator>
    <dc:date>2015-07-09T19:52:46Z</dc:date>
    <item>
      <title>How to e-mail SAS dataset as sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199050#M4367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need to email a SAS dataset as SAS7bdat file. The recipient of the email should be able to open it as a SAS dataset as the sas7bdat file and not as the excel or txt file.&lt;/P&gt;&lt;P&gt;The dataset I want to email is in the SAS System in the temporary work folder. I guess the first step is to save the SAS dataset in the desktop and then insert it in the email as sas7bdat file. However, I could not figure out how to save it first as a SAS7bdat in the desktop. I am however able to import the dataset out of the SAS system as the excel file, but I did not see any function of importing it as the SAS7bdat file.&lt;/P&gt;&lt;P&gt;I will appreciate any help towards this achieving this goal. Thank you.&lt;/P&gt;&lt;P&gt;San&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 21:21:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199050#M4367</guid>
      <dc:creator>Sapkota</dc:creator>
      <dc:date>2015-07-08T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to e-mail SAS dataset as sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199051#M4368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you have access/permissions you can use a libname to copy the file to your desktop though that seems like a bad idea.&lt;/P&gt;&lt;P&gt;Are you using SAS to email the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname outdesk 'C:/users/Sapkota/desktop/';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=work nodetails nolist;&lt;/P&gt;&lt;P&gt;copy in=work out=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;outdesk&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;select file_to_export;&lt;/P&gt;&lt;P&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname &lt;SPAN style="font-size: 13.3333330154419px;"&gt;outdesk&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 22:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199051#M4368</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-08T22:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to e-mail SAS dataset as sas7bdat file</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199052#M4369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;Thank you. The SAS program you wrote worked! Much appreciate it.&lt;/P&gt;&lt;P&gt;No, I am not using SAS to email the file.&lt;/P&gt;&lt;P&gt;Sanjeeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 19:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-e-mail-SAS-dataset-as-sas7bdat-file/m-p/199052#M4369</guid>
      <dc:creator>Sapkota</dc:creator>
      <dc:date>2015-07-09T19:52:46Z</dc:date>
    </item>
  </channel>
</rss>

