<?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 to Create an empty DataSet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462701#M117828</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Good afternoon everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wanted to know how to create an EMPTY dataset giving name and format to the columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MASSIMO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 May 2018 13:53:23 GMT</pubDate>
    <dc:creator>max_ros</dc:creator>
    <dc:date>2018-05-16T13:53:23Z</dc:date>
    <item>
      <title>How to Create an empty DataSet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462701#M117828</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Good afternoon everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wanted to know how to create an EMPTY dataset giving name and format to the columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MASSIMO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 13:53:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462701#M117828</guid>
      <dc:creator>max_ros</dc:creator>
      <dc:date>2018-05-16T13:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create an empty DataSet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462703#M117829</link>
      <description>&lt;P&gt;Just stop the data step before it writes the observation:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
format date date9. value 10.;
stop;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 May 2018 13:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462703#M117829</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-05-16T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create an empty DataSet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462705#M117831</link>
      <description>Thank you very much!</description>
      <pubDate>Wed, 16 May 2018 13:57:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Create-an-empty-DataSet/m-p/462705#M117831</guid>
      <dc:creator>max_ros</dc:creator>
      <dc:date>2018-05-16T13:57:53Z</dc:date>
    </item>
  </channel>
</rss>

