<?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 place a error check in the proc SQL so that it does not run any further process below? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133721#M260853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not want to run any process further if the return code is greater than zero? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let nobs=&amp;amp;sqlobs;&lt;/P&gt;&lt;P&gt;%do i=1 %to &amp;amp;nobs ;&lt;/P&gt;&lt;P&gt;proc sql NOERRORSTOP EXEC;&lt;/P&gt;&lt;P&gt; connect to teradata as td (%login_td);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table dev.td_&amp;amp;&amp;amp;ID&amp;amp;I as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to td&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;td&amp;amp;i)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;%if &amp;amp;sqlxrc gt 0 %then %do;&lt;/P&gt;&lt;P&gt;%goto return;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; connect to db2 as db&amp;nbsp; (%login) ;&lt;/P&gt;&lt;P&gt;create table dev.db2_&amp;amp;&amp;amp;ID&amp;amp;I as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to db &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;db&amp;amp;i)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the return code is greater than zero, I dont want the program to run the Db2 sql, but return to next teradata sql; else go to the db2 query and execute. I need to have a chekflow in this program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 May 2013 21:16:53 GMT</pubDate>
    <dc:creator>devnand</dc:creator>
    <dc:date>2013-05-10T21:16:53Z</dc:date>
    <item>
      <title>How to place a error check in the proc SQL so that it does not run any further process below?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133721#M260853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not want to run any process further if the return code is greater than zero? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let nobs=&amp;amp;sqlobs;&lt;/P&gt;&lt;P&gt;%do i=1 %to &amp;amp;nobs ;&lt;/P&gt;&lt;P&gt;proc sql NOERRORSTOP EXEC;&lt;/P&gt;&lt;P&gt; connect to teradata as td (%login_td);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table dev.td_&amp;amp;&amp;amp;ID&amp;amp;I as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to td&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;td&amp;amp;i)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;%if &amp;amp;sqlxrc gt 0 %then %do;&lt;/P&gt;&lt;P&gt;%goto return;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; connect to db2 as db&amp;nbsp; (%login) ;&lt;/P&gt;&lt;P&gt;create table dev.db2_&amp;amp;&amp;amp;ID&amp;amp;I as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to db &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;db&amp;amp;i)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the return code is greater than zero, I dont want the program to run the Db2 sql, but return to next teradata sql; else go to the db2 query and execute. I need to have a chekflow in this program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 21:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133721#M260853</guid>
      <dc:creator>devnand</dc:creator>
      <dc:date>2013-05-10T21:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to place a error check in the proc SQL so that it does not run any further process below?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133722#M260854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="811141" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this code is in some larger marco otherwise the %do statements will not execute.&lt;/P&gt;&lt;P&gt;This may not be a complete answer but the first thing to do is to move the %end &lt;STRONG&gt;after&lt;/STRONG&gt; the next SQL, and include a %return: label just &lt;STRONG&gt;before &lt;/STRONG&gt;it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let nobs=&amp;amp;sqlobs;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%do i=1 %to &amp;amp;nobs ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc sql NOERRORSTOP EXEC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%if &amp;amp;sqlxrc gt 0 %then %goto return;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;create table dev.db2_&amp;amp;&amp;amp;ID&amp;amp;I as&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to db&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;db&amp;amp;i)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; quit;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%return:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%end ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I am not sure even this will work, it depends on &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;amp;sqlxrc&lt;/SPAN&gt; being updated during macro execution.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 01:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133722#M260854</guid>
      <dc:creator>RichardinOz</dc:creator>
      <dc:date>2013-05-11T01:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to place a error check in the proc SQL so that it does not run any further process below?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133723#M260855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The macro test contains a %GOTO statement with an invalid statement label name.&amp;nbsp; The&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; macro will not be compiled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Branching with the %GOTO statement has two restrictions. First, the label&lt;/P&gt;&lt;P&gt;that is the target of the %GOTO statement must exist in the current macro; you cannot&lt;/P&gt;&lt;P&gt;branch to a label in another macro with a %GOTO statement. Second, a %GOTO&lt;/P&gt;&lt;P&gt;statement cannot cause execution to branch to a point inside an iterative %DO, %DO&lt;/P&gt;&lt;P&gt;%UNTIL, or %DO %WHILE loop that is not currently executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what is causing the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 20:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133723#M260855</guid>
      <dc:creator>devnand</dc:creator>
      <dc:date>2013-05-11T20:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to place a error check in the proc SQL so that it does not run any further process below?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133724#M260856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As has been mentioned, if you want to use certain macro statements then they have to be within a macro function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code you have shown there is only 1 &lt;SPAN style="font-family: 'courier new', courier;"&gt;%end&lt;/SPAN&gt;, but there are two instances of &lt;SPAN style="font-family: 'courier new', courier;"&gt;%do&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;In the suggested *untested* code below I have assumed you want the the 2nd &lt;SPAN style="font-family: 'courier new', courier;"&gt;proc sql&lt;/SPAN&gt; to also be in the &lt;SPAN style="font-family: 'courier new', courier;"&gt;%do&lt;SPAN style="background-color: #ffffff;"&gt; i=1 %to &amp;amp;nobs&lt;/SPAN&gt;&lt;/SPAN&gt; loop.&lt;/P&gt;&lt;P&gt;Furthermore, instead of using a &lt;SPAN style="font-family: 'courier new', courier;"&gt;%goto&lt;/SPAN&gt; statement with a label, I have changed the &lt;SPAN style="font-family: 'courier new', courier;"&gt;%if&lt;/SPAN&gt; test so that the 2nd &lt;SPAN style="font-family: 'courier new', courier;"&gt;proc sql&lt;/SPAN&gt; only runs if &lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;amp;sqlxrc eq 0&lt;/SPAN&gt;, you can check if it is what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%let nobs=&amp;amp;sqlobs;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;/* define a macro to run the SQL steps */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%macro sqlmacro;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; %do i=1 %to &amp;amp;nobs ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sql NOERRORSTOP EXEC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connect to teradata as td (%login_td);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table dev.td_&amp;amp;&amp;amp;ID&amp;amp;I as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to td&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;td&amp;amp;i)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %if &amp;amp;sqlxrc eq 0 %then %do;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sql;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connect to db2 as db&amp;nbsp; (%login) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table dev.db2_&amp;amp;&amp;amp;ID&amp;amp;I as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select * from connection to db&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;amp;&amp;amp;db&amp;amp;i)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; %end; /* &lt;SPAN style="font-family: 'courier new', courier;"&gt;%do i=1 %to &amp;amp;nobs*/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%mend sqlmacro;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;/* execute the macro */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;%sqlmacro;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not what you want then please show the log with the error message you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133724#M260856</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2013-05-13T12:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to place a error check in the proc SQL so that it does not run any further process below?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133725#M260857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 22:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-place-a-error-check-in-the-proc-SQL-so-that-it-does-not/m-p/133725#M260857</guid>
      <dc:creator>devnand</dc:creator>
      <dc:date>2013-06-04T22:03:22Z</dc:date>
    </item>
  </channel>
</rss>

