<?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: PROC IOMOPERATE to list SAS active Sessions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738301#M230278</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;, I don't have access to the Management Console but below statement did the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LIST DEFINED SERVERS OUT=TEST;&lt;/P&gt;</description>
    <pubDate>Sat, 01 May 2021 05:54:38 GMT</pubDate>
    <dc:creator>qoit</dc:creator>
    <dc:date>2021-05-01T05:54:38Z</dc:date>
    <item>
      <title>PROC IOMOPERATE to list SAS active Sessions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738293#M230271</link>
      <description>&lt;P&gt;Hi SAS Community, Recently I came across a brilliant article regrading how to list your SAS Sessions using PROC IOMOPERATE, link below: &lt;A href="https://blogs.sas.com/content/sasdummy/2016/02/15/using-proc-iomoperate/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/02/15/using-proc-iomoperate/ &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let connection= 'iom://myserver.company.com:8581;bridge;user=sasadm@saspw,pass=Secret01'; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/* Get a list of processes */ proc iomoperate uri=&amp;amp;connection.;&lt;/P&gt;
&lt;P&gt;list spawned out=spawned;&lt;/P&gt;
&lt;P&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do happen to know the password for the "sasadm@saspw" account but how do I find the "Object Spawner" / "Workspace Server" host name and port?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried it with our SASMETA account, but got the below error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Not connected to an IOM Server that supports the LIST SPAWNED SERVERS command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 01:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738293#M230271</guid>
      <dc:creator>qoit</dc:creator>
      <dc:date>2021-05-01T01:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IOMOPERATE to list SAS active Sessions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738297#M230274</link>
      <description>&lt;P&gt;One way is to check the server definitions in SAS Management Console.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 03:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738297#M230274</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-01T03:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IOMOPERATE to list SAS active Sessions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738301#M230278</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;, I don't have access to the Management Console but below statement did the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LIST DEFINED SERVERS OUT=TEST;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 05:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-IOMOPERATE-to-list-SAS-active-Sessions/m-p/738301#M230278</guid>
      <dc:creator>qoit</dc:creator>
      <dc:date>2021-05-01T05:54:38Z</dc:date>
    </item>
  </channel>
</rss>

