<?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: VSCode &amp;quot;ERROR: Job did not complete in allotted time&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/836326#M330680</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178295"&gt;@danny_velasquez&lt;/a&gt;&amp;nbsp;- Worth reporting in a track to Tech Support then.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Oct 2022 21:43:06 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-10-01T21:43:06Z</dc:date>
    <item>
      <title>VSCode "ERROR: Job did not complete in allotted time"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/835516#M330317</link>
      <description>&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN class="Q4iAWc"&gt;I am tested VS Code SAS Programming and the sql proc shows me the following error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN class="Q4iAWc"&gt;VSCode "ERROR: Job did not complete in allotted time" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN class="Q4iAWc"&gt;Code VScode:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV style="color: #ffffff; background-color: #000000; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;proc&lt;/SPAN&gt; &lt;SPAN&gt;sql&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;connect&lt;/SPAN&gt;&lt;SPAN&gt; to oracle &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; cnxora_ &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;user&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'xxxx'&lt;/SPAN&gt;&lt;SPAN&gt; pw&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'xxxx'&lt;/SPAN&gt;&lt;SPAN&gt; path&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'xxx'&lt;/SPAN&gt;&lt;SPAN&gt; connection&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;global&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;create&lt;/SPAN&gt; &lt;SPAN&gt;table&lt;/SPAN&gt; &lt;SPAN&gt;work.&lt;/SPAN&gt;&lt;SPAN&gt;tmp_ &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;select&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; connection to &amp;nbsp;cnxora_ &lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt; XXXXX&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;disconnect&lt;/SPAN&gt; &lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; cnxora_&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;run&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;proc&lt;/SPAN&gt; &lt;SPAN&gt;print&lt;/SPAN&gt; &lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;work.&lt;/SPAN&gt;&lt;SPAN&gt;tmp_&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;run&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2022 22:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/835516#M330317</guid>
      <dc:creator>danny_velasquez</dc:creator>
      <dc:date>2022-09-27T22:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode "ERROR: Job did not complete in allotted time"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/835520#M330319</link>
      <description>&lt;P&gt;If the same program works OK in another SAS IDE like SAS Studio or EG then it's safe to assume this is a VSCode-specific problem. If not the problem is likely to be a database connection timeout.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 02:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/835520#M330319</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-09-28T02:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode "ERROR: Job did not complete in allotted time"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/836309#M330673</link>
      <description>&lt;P&gt;The program responds well in SAS StudioV, taking about 20s to complete.&lt;/P&gt;
&lt;P&gt;Thanks, it's probably a SAS tools bug in VSCode.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 16:54:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/836309#M330673</guid>
      <dc:creator>danny_velasquez</dc:creator>
      <dc:date>2022-10-01T16:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: VSCode "ERROR: Job did not complete in allotted time"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/836326#M330680</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178295"&gt;@danny_velasquez&lt;/a&gt;&amp;nbsp;- Worth reporting in a track to Tech Support then.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2022 21:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/VSCode-quot-ERROR-Job-did-not-complete-in-allotted-time-quot/m-p/836326#M330680</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-10-01T21:43:06Z</dc:date>
    </item>
  </channel>
</rss>

