<?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 create a xml file in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-xml-file/m-p/714227#M38014</link>
    <description>&lt;P&gt;Something like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname xmlout xml "PATH_TO_FILE.xml";

data xmlout.class;
   set sashelp.class;
run;

libname bob clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;should work.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 12:16:33 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-01-26T12:16:33Z</dc:date>
    <item>
      <title>How to create a xml file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-xml-file/m-p/714208#M38013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;how do i create a xml file from a work dataset, like "work.QUERY_MY_DATA..." with SAS EG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tryed some things but nothing worked.&lt;/P&gt;&lt;P&gt;All examples i have found are how to import and export files from the Desktop or c:/(i dont have access to these folders) but i want to create a xml file from my work.dataset and export it.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 10:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-xml-file/m-p/714208#M38013</guid>
      <dc:creator>VIU</dc:creator>
      <dc:date>2021-01-26T10:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a xml file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-xml-file/m-p/714227#M38014</link>
      <description>&lt;P&gt;Something like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname xmlout xml "PATH_TO_FILE.xml";

data xmlout.class;
   set sashelp.class;
run;

libname bob clear;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;should work.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 12:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-a-xml-file/m-p/714227#M38014</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-01-26T12:16:33Z</dc:date>
    </item>
  </channel>
</rss>

