<?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: Killing RSUBMIT Process in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710977#M26842</link>
    <description>Ah okay, so are there no queries I can run to check and terminate the runaway processes that were initiated by me?</description>
    <pubDate>Wed, 13 Jan 2021 03:06:27 GMT</pubDate>
    <dc:creator>tiramisu</dc:creator>
    <dc:date>2021-01-13T03:06:27Z</dc:date>
    <item>
      <title>Killing RSUBMIT Process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710834#M26830</link>
      <description>&lt;P&gt;I run a simple query like the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rsubmit;
proc sql;
create table x.txn_filtered as
select *
from y.txn_all
where ID = 123
;
quit;
endrsubmit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But&amp;nbsp;all I keep seeing is the below log; and I am unable to run anything else, as when I run "quit", I get an error message "A PROC is currently executing..."&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;30 rsubmit;
NOTE: Remote submit to EDW603 commencing.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given this:&lt;/P&gt;&lt;P&gt;1. Why is the code not being processed? Is it a server performance issue?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;How would I kill/abort/stop/quit this remote submit process?&lt;/P&gt;&lt;P&gt;3. How can I see all of the rsubmit processes that I am running?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 15:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710834#M26830</guid>
      <dc:creator>tiramisu</dc:creator>
      <dc:date>2021-01-12T15:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Killing RSUBMIT Process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710923#M26835</link>
      <description>&lt;P&gt;Given this:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="times new roman,times"&gt;&lt;EM&gt;Based on what I know, and I&amp;nbsp; use RSUBMITs with SAS CONNECT, set up on Windows:&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Why is the code not being processed? Is it a server performance issue?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="3"&gt;&lt;FONT face="times new roman,times"&gt;&lt;EM&gt;Perhaps.&amp;nbsp; Perhaps someone else, or others, are running something. Perhaps its something else.&amp;nbsp; Your server admin might need to get involved.&lt;/EM&gt;&lt;/FONT&gt;&lt;FONT face="times new roman,times"&gt;&lt;EM&gt; Your recent sessions could have become runaway processes.&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;How would I kill/abort/stop/quit this remote submit process?&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT size="3"&gt;&lt;EM&gt;&lt;FONT face="times new roman,times"&gt;One couldn't kill something they were running remotely unless they has login access to the remote server.&amp;nbsp; If you contact your IT person that has access you can provide the Process ID's that you believe are your runaway processes.&amp;nbsp; Then those proceess could be identified and killed.&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;3. How can I see all of the rsubmit processes that I am running?&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;&lt;FONT face="times new roman,times"&gt;I&lt;FONT size="3"&gt; don't know how to answer that exactly, but you can look on the shared drives that the server has open to see the files in your work directory on the server.&amp;nbsp; In fact if your dealing with runaway processes you'd be able to see the folders that are named, for example "_TD7152_XYZ_"&amp;nbsp; where XYZ is the server, 7152 is the process ID.&amp;nbsp; Your file system should be able to inform you that your account owns these folders.&amp;nbsp; This may give you the information&amp;nbsp;you are looking for, i.e. the "sight" to see all of you currently running RSUBMIT processes.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 13:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710923#M26835</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2021-01-13T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Killing RSUBMIT Process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710977#M26842</link>
      <description>Ah okay, so are there no queries I can run to check and terminate the runaway processes that were initiated by me?</description>
      <pubDate>Wed, 13 Jan 2021 03:06:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/710977#M26842</guid>
      <dc:creator>tiramisu</dc:creator>
      <dc:date>2021-01-13T03:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Killing RSUBMIT Process</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/711067#M26861</link>
      <description>&lt;P&gt;None that are queries created by SAS for SAS/CONNECT users, that I am aware of.&amp;nbsp; If there are, I'd love to know about them.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 13:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Killing-RSUBMIT-Process/m-p/711067#M26861</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2021-01-13T13:13:41Z</dc:date>
    </item>
  </channel>
</rss>

