<?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: ERROR: Teradata execute:  No more spool space, Stop execution in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593188#M15484</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293213"&gt;@dgoel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am calling the procedure there by connecting to teradata.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So I assume you did something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql ;
 ....
execute(  .... )  by TERADATA ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should be able to check the SQLXRC and SQLXMSG macro variables.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473677.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473677.htm&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Any return code or message that is generated by the DBMS is available in the macro variables SQLXRC and SQLXMSG after the statement completes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Tue, 01 Oct 2019 19:13:49 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-10-01T19:13:49Z</dc:date>
    <item>
      <title>ERROR: Teradata execute:  No more spool space, Stop execution</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593137#M15478</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I want to stop the execution of SAS Job when the following error is there:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;ERROR: Teradata execute: No more spool space.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;I am observing that SAS does not even get to know about it and it goes till the end of the Job and shows as completed. Does anyone has an idea to instead stop the job at that error? Maybe any Macro idea?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593137#M15478</guid>
      <dc:creator>dgoel</dc:creator>
      <dc:date>2019-10-01T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata execute:  No more spool space, Stop execution</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593155#M15479</link>
      <description>&lt;P&gt;It probably depends on how you are submitting the Teradata code that causes the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593155#M15479</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-10-01T18:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata execute:  No more spool space, Stop execution</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593156#M15480</link>
      <description>I am calling the procedure there by connecting to teradata.</description>
      <pubDate>Tue, 01 Oct 2019 18:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593156#M15480</guid>
      <dc:creator>dgoel</dc:creator>
      <dc:date>2019-10-01T18:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata execute:  No more spool space, Stop execution</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593188#M15484</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293213"&gt;@dgoel&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I am calling the procedure there by connecting to teradata.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So I assume you did something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql ;
 ....
execute(  .... )  by TERADATA ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You should be able to check the SQLXRC and SQLXMSG macro variables.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473677.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473677.htm&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Any return code or message that is generated by the DBMS is available in the macro variables SQLXRC and SQLXMSG after the statement completes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 01 Oct 2019 19:13:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/593188#M15484</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-10-01T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Teradata execute:  No more spool space, Stop execution</title>
      <link>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/595574#M15825</link>
      <description>&lt;P&gt;Thank You so much. This worked. I was able to make the execution stop using these macro variables.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 22:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/ERROR-Teradata-execute-No-more-spool-space-Stop-execution/m-p/595574#M15825</guid>
      <dc:creator>dgoel</dc:creator>
      <dc:date>2019-10-10T22:05:22Z</dc:date>
    </item>
  </channel>
</rss>

