<?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: proc sql in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675214#M23612</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
insert into a
(select * from b where /* add condition that selects the two rows */)
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For more detailed help, supply example data for both datasets in usable form (data steps with datalines).&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2020 10:44:59 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-08-07T10:44:59Z</dc:date>
    <item>
      <title>proc sql to copy records from one table to another</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675205#M23606</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have one question. There are two datasets A and B, want to move/copy two rows from table B to A. Could someone help me which syntax I should use IN proc SQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Navin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 13:07:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675205#M23606</guid>
      <dc:creator>Naveen1111</dc:creator>
      <dc:date>2020-08-08T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675214#M23612</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
insert into a
(select * from b where /* add condition that selects the two rows */)
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For more detailed help, supply example data for both datasets in usable form (data steps with datalines).&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 10:44:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675214#M23612</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-08-07T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675238#M23614</link>
      <description>Many many thanks for ur support. I m sorry as i m a new learner and will keep posting these qstions.</description>
      <pubDate>Fri, 07 Aug 2020 13:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-sql-to-copy-records-from-one-table-to-another/m-p/675238#M23614</guid>
      <dc:creator>Naveen1111</dc:creator>
      <dc:date>2020-08-07T13:34:22Z</dc:date>
    </item>
  </channel>
</rss>

