<?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: URGENT: How to export my sas result in sas7bdat format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560390#M156692</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274500"&gt;@Kayla_Tan222&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sas7bdat is the filetype for SAS tables. So you cannot export to a sas7bdat-file, you already have it if you have a SAS table created in a data step or SAS procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2019 08:13:49 GMT</pubDate>
    <dc:creator>ErikLund_Jensen</dc:creator>
    <dc:date>2019-05-21T08:13:49Z</dc:date>
    <item>
      <title>URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560386#M156691</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi, would like to ask how to export my result in sas7bdat format,&lt;/P&gt;&lt;P&gt;I run the code with dbms=sas7bdat but is does not work. isit anything wrong with my code?&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;proc export data = 201812&lt;/P&gt;&lt;P&gt;outfile = 'D:File\201812'&lt;/P&gt;&lt;P&gt;dbms = sas7bdat;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 07:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560386#M156691</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-22T07:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560390#M156692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274500"&gt;@Kayla_Tan222&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sas7bdat is the filetype for SAS tables. So you cannot export to a sas7bdat-file, you already have it if you have a SAS table created in a data step or SAS procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 08:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560390#M156692</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-05-21T08:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560391#M156693</link>
      <description>&lt;P&gt;can't I export the table in&amp;nbsp;other&amp;nbsp;&lt;STRONG&gt;SAS&lt;/STRONG&gt; format? is there any way for me to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't want it to be excel file,txt file,dbf file or any other file type&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 08:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560391#M156693</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-21T08:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560393#M156695</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274500"&gt;@Kayla_Tan222&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand what you are trying to achieve. If you have a SAS Ddata set, it exists as a physical file with extension sas7bdat, and you can treat that file like all other files on your system, copy it in windows explorer, send it as an attachment in a mail......&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are special circumstances like transferring SAS files to/from very old SAS versions, where it is necessary to make a portable SAS file with proc CPORT and import it in the other version with proc cimport, but in most cases that wouldn't be necessary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would help a lot if you wrote something about the purpose, why you want to export it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 08:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560393#M156695</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-05-21T08:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560395#M156696</link>
      <description>&lt;P&gt;Hi ErikLund,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to save it as intermediary.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 08:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560395#M156696</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-21T08:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560398#M156699</link>
      <description>&lt;P&gt;I see.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need a permanent SAS library, where the files are not deleted when the session ends. If you specify a single-level table name &lt;EM&gt;mytable&lt;/EM&gt;, the file is created in the &lt;EM&gt;work&lt;/EM&gt; library, but if you specify a 2-level table name &lt;EM&gt;mylib.mytable&lt;/EM&gt;, the file is created in the permanent library &lt;EM&gt;mylib&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on your setup, you might have such a library with libref SASUSER or EGTASK, otherwise you will have to define a libname and assign it to an existing folder, that is accssible from the SAS process. I cannot go into more details without knowing your setup.Are you working in SAS EG with a remote workspace server, or ??&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 08:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560398#M156699</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-05-21T08:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560399#M156700</link>
      <description>&lt;P&gt;Ya, it is SAS GE with a remote workspace server&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 08:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560399#M156700</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-21T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560403#M156704</link>
      <description>&lt;P&gt;.sas7bdat is the extension of SAS dataset files, so no export is needed, you already have .sas7bdat files anytime you have SAS datasets.&lt;/P&gt;
&lt;P&gt;If you want to store your dataset in a certain location, define a library there and use it when you create that dataset:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib '\\kaiwksgh415thw5\Data\POLA\2018\201812";

data mylib.POLA_clm_mth_201812;
.......&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 May 2019 08:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560403#M156704</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-21T08:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560419#M156711</link>
      <description>&lt;P&gt;A good practice for EG application server setup is to include a permanent library for each user, so I would expect you to have something like this permanent library called EGTASK:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="eg.gif" style="width: 359px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29674iCFD5EFFE0D5B8ED3/image-size/large?v=v2&amp;amp;px=999" role="button" title="eg.gif" alt="eg.gif" /&gt;&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;&amp;nbsp;&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;&amp;nbsp;&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;&amp;nbsp;&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;&amp;nbsp;&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;Naming conventions might be different, so it would be a good idea to call the SAS administrator and ask what library to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then - when you create a task - specify the output location:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Enterprise Guide.gif" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29677i5971315EA813F75D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Enterprise Guide.gif" alt="Enterprise Guide.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 09:17:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560419#M156711</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-05-21T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560420#M156712</link>
      <description>&lt;P&gt;Hi KurtBremser,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have tried&amp;nbsp;to run the code below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mylib &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\kaiwksgh415thw5\Data\POLA\2018\201812"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mylib.POLA_clm_mth_201812;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;and a&amp;nbsp;SASdatasets has been saved to the path I set.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;However, I unable to open it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;It says that &lt;STRONG&gt;The open data operation failed. The following error occurred. An unknown error occurred.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;How can I solve this?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 09:19:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560420#M156712</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-21T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560422#M156713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of saving it in the server, is there a way to let me to save it at another location?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 09:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560422#M156713</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-21T09:23:04Z</dc:date>
    </item>
    <item>
      <title>URGENT: Why there is an error when i try to open the SASdataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560424#M156716</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing a problem when I tried to open the SASdataset that I have saved in my local computer file.&lt;/P&gt;&lt;P&gt;My SAS EG is&amp;nbsp;with a remote workspace server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I tried to open, it pop out a window with these words:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New"&gt;""The open data operation failed. The following error occurred. An unknown error occurred.""&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New"&gt;here's my code below &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;libname&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mylib &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"D:\File\201812"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mylib.201812;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;is there anything wrong with my code?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;how can I solve my problem?&lt;/FONT&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;</description>
      <pubDate>Wed, 22 May 2019 07:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560424#M156716</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-22T07:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560427#M156717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274500"&gt;@Kayla_Tan222&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that you want the data set saved in a place, where you can read it again from EG. The sas data set is saved from the server session, but it can be any path anywhere, as long as it can be seen from the server. In theory - and given the permission to use UNC paths - it could be on your PC, but a file server would be a better choice.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if you have a usable path on the server, I think you could use that. I guess from your answer to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;, that the problem occurs when writing the file. but you are a little bit sparse in your informations. Please run the following code an then &lt;U&gt;post the full code you submitted and the full log written.&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib "\\kaiwksgh415thw5\Data\POLA\2018\201812";

data mylib.POLA_clm_mth_201812;
	do i = 1 to 10;
		output;
	end;
run;

libname mylib clear;

libname mylib "\\kaiwksgh415thw5\Data\POLA\2018\201812";

data work.test; set mylib.POLA_clm_mth_201812;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 May 2019 10:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560427#M156717</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-05-21T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: Why there is an error when i try to open the SASdataset?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560429#M156719</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274500"&gt;@Kayla_Tan222&lt;/a&gt;&amp;nbsp; i merged your new question with this one to avoid fragmentation of answers. Also please note, that using the word URGENT it not necessary to receive answers and will, most likely not decrease the time you have to wait for an answer. &lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 10:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560429#M156719</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-05-21T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560450#M156725</link>
      <description>&lt;P&gt;What I gave you was just the beginning of the creation of a dataset, defining a library and a data statement that will start to write a dataset there. Apart form that, all the real code was left intentionally out, as I assumed you have other code that created your dataset, and you need to implement the libname definition and the use of the libname there. The dots I put in are a placeholder for all that.&lt;/P&gt;
&lt;P&gt;If the concept of libnames and their use is still strange to you, I highly recommend that you work through the free online Programming 1 course first, where all these basic SAS techniques are taught.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 11:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560450#M156725</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-05-21T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT: How to export my sas result in sas7bdat format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560473#M156736</link>
      <description>hi, thanks for your advice!&lt;BR /&gt;&lt;BR /&gt;I had found the solution out! Im a very beginner of SAS. Hope to learn more from you!&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2019 12:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/URGENT-How-to-export-my-sas-result-in-sas7bdat-format/m-p/560473#M156736</guid>
      <dc:creator>Kayla_Tan222</dc:creator>
      <dc:date>2019-05-21T12:51:19Z</dc:date>
    </item>
  </channel>
</rss>

