<?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 how can I export a sas data set for a folder in my PC keeping the format data set of  .sas7bdat in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-can-I-export-a-sas-data-set-for-a-folder-in-my-PC-keeping/m-p/316589#M21317</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel file that i want to import to SAS Guide and then export the same file in format&amp;nbsp;sas7bdat for my pc folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to import the file in excel, but i don´t know how to export this &amp;nbsp;with extension&amp;nbsp;&lt;SPAN&gt;sas7bdat for my pc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 00:25:12 GMT</pubDate>
    <dc:creator>mcnunes</dc:creator>
    <dc:date>2016-12-05T00:25:12Z</dc:date>
    <item>
      <title>how can I export a sas data set for a folder in my PC keeping the format data set of  .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-can-I-export-a-sas-data-set-for-a-folder-in-my-PC-keeping/m-p/316589#M21317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an excel file that i want to import to SAS Guide and then export the same file in format&amp;nbsp;sas7bdat for my pc folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to import the file in excel, but i don´t know how to export this &amp;nbsp;with extension&amp;nbsp;&lt;SPAN&gt;sas7bdat for my pc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 00:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-can-I-export-a-sas-data-set-for-a-folder-in-my-PC-keeping/m-p/316589#M21317</guid>
      <dc:creator>mcnunes</dc:creator>
      <dc:date>2016-12-05T00:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: how can I export a sas data set for a folder in my PC keeping the format data set of  .sas7bdat</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-can-I-export-a-sas-data-set-for-a-folder-in-my-PC-keeping/m-p/316590#M21318</link>
      <description>&lt;P&gt;Not sure I follow this question. There is no need to "export" as SAS dataset from SAS. SAS datasets are the native format for SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to make the file 'mydata.sas7bdat' in the directory 'mydir' then you can either create a libref that points to that directory and use a two level name.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname out 'mydir';
data out.mydata ;
  ....
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or just put quotes around the physical name.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data 'mydir/mydata';
   ....
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Are you asking how to download a file from your SAS server to your PC?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 00:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/how-can-I-export-a-sas-data-set-for-a-folder-in-my-PC-keeping/m-p/316590#M21318</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-12-05T00:46:44Z</dc:date>
    </item>
  </channel>
</rss>

