<?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: Copy Structure of Table without copying Data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373006#M89219</link>
    <description>1)

proc sql;
create table have like sashelp.class;
quit;
2) data have; 
 set sashelp.class;
stop;
run;</description>
    <pubDate>Tue, 04 Jul 2017 14:09:44 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-07-04T14:09:44Z</dc:date>
    <item>
      <title>Copy Structure of Table without copying Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373002#M89216</link>
      <description>&lt;P&gt;&amp;nbsp;Hi i have a table with about 20 columns and millions of lines of data, I want to&amp;nbsp;make a copy of the structure of the table without copying any data. What would be the best way to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 13:56:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373002#M89216</guid>
      <dc:creator>dassuz</dc:creator>
      <dc:date>2017-07-04T13:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Structure of Table without copying Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373004#M89217</link>
      <description>&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;set have(obs=0);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 13:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373004#M89217</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-07-04T13:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Structure of Table without copying Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373006#M89219</link>
      <description>1)

proc sql;
create table have like sashelp.class;
quit;
2) data have; 
 set sashelp.class;
stop;
run;</description>
      <pubDate>Tue, 04 Jul 2017 14:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copy-Structure-of-Table-without-copying-Data/m-p/373006#M89219</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-04T14:09:44Z</dc:date>
    </item>
  </channel>
</rss>

