<?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: A custom task to list and stop active SAS sessions in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432713#M12098</link>
    <description>&lt;P&gt;We have a user who must have network issues and gets frequently disconnected, leaving rogue sessions and files locked.&amp;nbsp; I wanted to use this task so he could go in and kill his previous pid, but it doesn't appear that he has access to do that.&amp;nbsp; He can view the sessions, but he cannot kill them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping that I could give this user the ability to deal with his problem without logging tickets.&amp;nbsp; Is this tool meant for admins only, or could we provide it to end users? The user only sees their own sessions so I thought it was safe, but this error comes up:&lt;/P&gt;&lt;P&gt;ERROR: Access denied.&lt;BR /&gt;ERROR: The STOP SPAWNED SERVER command failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What permissions would I need to apply, and where, to allow users the ability to kill their own processes?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2018 13:28:30 GMT</pubDate>
    <dc:creator>webbm</dc:creator>
    <dc:date>2018-01-31T13:28:30Z</dc:date>
    <item>
      <title>A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/251340#M4231</link>
      <description>&lt;P&gt;Looking for a convenient way to list and even stop SAS sessions from within SAS Enterprise Guide? &amp;nbsp;Here's a custom task that allows you to accomplish that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The task uses PROC IOMOPERATE to retrieve the list of spawned SAS sessions (those known by the SAS Object Spawner). &amp;nbsp;In the task, you can select any of the SAS sessions and stop it (kill the process) -- also accomplished with PROC IOMOPERATE. &amp;nbsp;Here's an example of what the task looks like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spawnedprocesses.png" style="width: 742px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/1980i8E1303F50E372533/image-size/large?v=v2&amp;amp;px=999" role="button" title="spawnedprocesses.png" alt="spawnedprocesses.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you select&amp;nbsp;&lt;STRONG&gt;Show Details&lt;/STRONG&gt;, you can see more attributes of the selected SAS process:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="processprops.png" style="width: 609px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/1981iB7ED5146D68F75BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="processprops.png" alt="processprops.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've attached the custom task DLL (in SasSpawnedProcesses.zip) along with instructions for how to install it to your machine. &amp;nbsp;I've also made the &lt;A href="https://github.com/cjdinger/SasSpawnedProcesses" target="_self"&gt;source code for the task available on GitHub&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can learn more about &lt;A href="http://blogs.sas.com/content/sasdummy/tag/iomoperate/" target="_self"&gt;the task and PROC IOMOPERATE from these blog posts&lt;/A&gt;. &amp;nbsp;Please -- let me know if you find the task useful!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 16:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/251340#M4231</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2025-09-11T16:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/315353#M6661</link>
      <description>&lt;P&gt;I get below error chris...see red highlighted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %let connection = 'iom://psasmetal4.juniper.com:8581;bridge;user=sasadm,pass=XXXX';proc iomoperate uri=&amp;amp;connection.;&lt;BR /&gt;NOTE: The CONNECT command completed.&lt;BR /&gt;4 list spawned out=spawned;&lt;BR /&gt;NOTE: The data set WORK.SPAWNED has 0 observations and 5 variables.&lt;BR /&gt;NOTE: The LIST SPAWNED SERVERS command completed.&lt;BR /&gt;5 quit;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IOMOPERATE used (Total process time):&lt;BR /&gt;real time 0.18 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 624.34k&lt;BR /&gt;OS Memory 13220.00k&lt;BR /&gt;Timestamp 11/29/2016 04:58:07 PM&lt;BR /&gt;Step Count 26 Switch Count 103&lt;BR /&gt;Page Faults 2&lt;BR /&gt;Page Reclaims 126&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 507&lt;BR /&gt;Involuntary Context Switches 37&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;6&lt;BR /&gt;7 data _null_;&lt;BR /&gt;8 set spawned;&lt;BR /&gt;9 length y $ 3;&lt;BR /&gt;10 y = put(_n_,z3.);&lt;BR /&gt;11 x = dosubl("&lt;BR /&gt;12 proc iomoperate uri=&amp;amp;connection. launched='" || serverid || "';&lt;BR /&gt;13 list attrs cat='Information' out=pids" || y || ";&lt;BR /&gt;14 quit;&lt;BR /&gt;15 data pids" || y || ";&lt;BR /&gt;16 set pids" || y || ";&lt;BR /&gt;17 length sname $30;&lt;BR /&gt;18 sname = substr(name,find(name,'.')+1);&lt;BR /&gt;19 run;&lt;BR /&gt;20&lt;BR /&gt;21 proc transpose data=work.pids" || y || "&lt;BR /&gt;22 out=work.tpids" || y || "&lt;BR /&gt;23 ;&lt;BR /&gt;24 id sname;&lt;BR /&gt;25 var value;&lt;BR /&gt;26 run;&lt;BR /&gt;27 ");&lt;BR /&gt;28 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 0 observations read from the data set WORK.SPAWNED.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.13 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 1281.31k&lt;BR /&gt;OS Memory 13220.00k&lt;BR /&gt;2 The SAS System 16:47 Tuesday, November 29, 2016&lt;/P&gt;&lt;P&gt;Timestamp 11/29/2016 04:58:07 PM&lt;BR /&gt;Step Count 27 Switch Count 108&lt;BR /&gt;Page Faults 1&lt;BR /&gt;Page Reclaims 143&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 371&lt;BR /&gt;Involuntary Context Switches 3&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;29&lt;BR /&gt;30 data _allpids_;&lt;BR /&gt;31 set tpids:;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;ERROR: The data set list (WORK.tpids:) does not contain any members.&lt;/FONT&gt;&lt;BR /&gt;32 length StartTime 8;&lt;BR /&gt;33 format StartTime datetime20.;&lt;BR /&gt;34 starttime = input(UpTime,anydtdtm19.);&lt;BR /&gt;35 run;&lt;/P&gt;&lt;P&gt;NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column).&lt;BR /&gt;34:23&lt;BR /&gt;NOTE: Compression was disabled for data set WORK._ALLPIDS_ because compression overhead would increase the size of the data set.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set WORK._ALLPIDS_ may be incomplete. When this step was stopped there were 0 observations and 2 variables.&lt;BR /&gt;WARNING: Data set WORK._ALLPIDS_ was not replaced because this step was stopped.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.05 seconds&lt;BR /&gt;user cpu time 0.00 seconds&lt;BR /&gt;system cpu time 0.01 seconds&lt;BR /&gt;memory 724.84k&lt;BR /&gt;OS Memory 13220.00k&lt;BR /&gt;Timestamp 11/29/2016 04:58:07 PM&lt;BR /&gt;Step Count 28 Switch Count 52&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 18&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 166&lt;BR /&gt;Involuntary Context Switches 6&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;36&lt;BR /&gt;37 proc datasets lib=work nolist;&lt;BR /&gt;38 delete tpids:;&lt;BR /&gt;39 delete spawned;&lt;BR /&gt;40 quit;&lt;/P&gt;&lt;P&gt;NOTE: The file WORK.TPIDS: (memtype=DATA) was not found, but appears on a DELETE statement.&lt;BR /&gt;NOTE: Deleting WORK.SPAWNED (memtype=DATA).&lt;BR /&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;user cpu time 0.01 seconds&lt;BR /&gt;system cpu time 0.00 seconds&lt;BR /&gt;memory 230.84k&lt;BR /&gt;OS Memory 12704.00k&lt;BR /&gt;Timestamp 11/29/2016 04:58:07 PM&lt;BR /&gt;3 The SAS System 16:47 Tuesday, November 29, 2016&lt;/P&gt;&lt;P&gt;Step Count 29 Switch Count 36&lt;BR /&gt;Page Faults 1&lt;BR /&gt;Page Reclaims 1&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 91&lt;BR /&gt;Involuntary Context Switches 2&lt;BR /&gt;Block Input Operations 0&lt;BR /&gt;Block Output Operations 0&lt;/P&gt;&lt;P&gt;41&lt;BR /&gt;42 QUIT; RUN;&lt;BR /&gt;43&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 22:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/315353#M6661</guid>
      <dc:creator>Go</dc:creator>
      <dc:date>2016-11-29T22:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375342#M9392</link>
      <description>&lt;P&gt;I love this task..... At least what I can see in the blogpost &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the task, I'm getting an error:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Requested function is not implemented.
ERROR: Unsupported function
ERROR: The LIST ATTRIBUTES command failed.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've narrowed it down to the dosubl-function. The list attributes works on it's own.&lt;/P&gt;
&lt;P&gt;What's wrong..... Do I have to do something special to use this function?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 14:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375342#M9392</guid>
      <dc:creator>Matthijs</dc:creator>
      <dc:date>2017-07-12T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375363#M9393</link>
      <description>&lt;P&gt;DOSUBL has had a few improvements / fixes over the recent releases. &amp;nbsp;Can you tell us what version of SAS you're running? &amp;nbsp;PUT &amp;amp;SYSVLONG...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 15:17:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375363#M9393</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-12T15:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375568#M9397</link>
      <description>&lt;P&gt;We're running on 9.04.01M2P072314&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 06:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375568#M9397</guid>
      <dc:creator>Matthijs</dc:creator>
      <dc:date>2017-07-13T06:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375621#M9402</link>
      <description>&lt;P&gt;I suppose that it's possible that in your environment, there is a server process that doesn't support the "Category" attribute method. &amp;nbsp;That's a guess -- not sure what that would be. &amp;nbsp;You might need to break it down &lt;A href="http://blogs.sas.com/content/sasdummy/2016/02/15/using-proc-iomoperate/" target="_self"&gt;by running the programs from this post.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 11:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375621#M9402</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-13T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375653#M9403</link>
      <description>&lt;P&gt;Thank you for your time!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's just what I did. I used the code in the link and tested what worked and what didn't.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;FONT color="#a020f0"&gt;list attrs &lt;/FONT&gt;&amp;nbsp;works fine when I use it&amp;nbsp;in the PROC IOMOPERATE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iomoperate uri=&amp;amp;connection.; 
    list attrs cat='Information';
    quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But running the following code results in the error&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Get a list of processes */
proc iomoperate uri=&amp;amp;connection.;
    list spawned out=spawned;
quit;

 
/* Use DOSUBL to submit a PROC IOMOPERATE step for   */
/* each SAS process to get details                   */
/* Then use PROC TRANSPOSE to get a row-wise version */
data _null_;
    set spawned;
    /* number each output data set */
    /* for easier appending later  */
    /* TPIDS001, TPIDS002, etc.    */
    length y $ 3;
    y = put(_n_,z3.);
    x = dosubl("
    proc iomoperate uri=&amp;amp;connection. launched='" || serverid || "';
    list attrs cat='Information' out=pids" || y || ";
    quit;
    data pids" || y || ";
    set pids" || y || ";
    length sname $30;
    sname = substr(name,find(name,'.')+1);
    run;
 
    proc transpose data=work.pids" || y || "
    out=work.tpids" || y || "
    ;
    id sname;
    var value;
    run;
    ");
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 11:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375653#M9403</guid>
      <dc:creator>Matthijs</dc:creator>
      <dc:date>2017-07-13T11:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375664#M9404</link>
      <description>&lt;P&gt;There have been a handful of fixes to DOSUBL and related functions since 9.4M2, but I can't say that any of these are the cause of the problem. &amp;nbsp;I suggest that you work with SAS Tech Support on this one -- maybe they can come up with the cause and a workaround.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 12:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/375664#M9404</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-13T12:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432713#M12098</link>
      <description>&lt;P&gt;We have a user who must have network issues and gets frequently disconnected, leaving rogue sessions and files locked.&amp;nbsp; I wanted to use this task so he could go in and kill his previous pid, but it doesn't appear that he has access to do that.&amp;nbsp; He can view the sessions, but he cannot kill them.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping that I could give this user the ability to deal with his problem without logging tickets.&amp;nbsp; Is this tool meant for admins only, or could we provide it to end users? The user only sees their own sessions so I thought it was safe, but this error comes up:&lt;/P&gt;&lt;P&gt;ERROR: Access denied.&lt;BR /&gt;ERROR: The STOP SPAWNED SERVER command failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What permissions would I need to apply, and where, to allow users the ability to kill their own processes?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 13:28:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432713#M12098</guid>
      <dc:creator>webbm</dc:creator>
      <dc:date>2018-01-31T13:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432730#M12099</link>
      <description>&lt;P&gt;Since these requests go to the Object Spawner operator interface, I&amp;nbsp;&lt;STRONG&gt;think&lt;/STRONG&gt; it's a task usually left to the admin.&amp;nbsp; In a shell command, a user can usually kill their own processes -- you might need to provide a tool/shell access that allows them to do that.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 13:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432730#M12099</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-01-31T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: A custom task to list and stop active SAS sessions</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432807#M12104</link>
      <description>&lt;P&gt;Ok gotcha. Thanks for the quick reply. Makes sense...was just trying not to get tickets from end users, but you gave me an idea I will play around with.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 16:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/A-custom-task-to-list-and-stop-active-SAS-sessions/m-p/432807#M12104</guid>
      <dc:creator>webbm</dc:creator>
      <dc:date>2018-01-31T16:06:51Z</dc:date>
    </item>
  </channel>
</rss>

