<?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: Best way to know which application running sas job in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/580429#M16980</link>
    <description>&lt;P&gt;Thanks Anand.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Aug 2019 21:33:04 GMT</pubDate>
    <dc:creator>woo</dc:creator>
    <dc:date>2019-08-11T21:33:04Z</dc:date>
    <item>
      <title>Best way to know which application running sas job</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579435#M16934</link>
      <description>&lt;P&gt;what is best way (any monitoring tool like grid manager or cli at linux side) to know which sas job executed by which application.&lt;/P&gt;
&lt;P&gt;Thank you!!!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 16:04:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579435#M16934</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-08-06T16:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to know which application running sas job</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579441#M16936</link>
      <description>&lt;P&gt;Try this cli command on the grid environment to get a listing of the sas jobs (depending on the privileges set) being executed currently in your environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;bjobs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output Will be similar to :&lt;/P&gt;&lt;P&gt;JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 16:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579441#M16936</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-08-06T16:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to know which application running sas job</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579445#M16937</link>
      <description>&lt;P&gt;Thanks but i am looking from application perspective. I used to use "bjobs -u all" commands to get details but it doesn't tell from which application job is running (example, SAS EG or Studio or SAS EM)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 16:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579445#M16937</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-08-06T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to know which application running sas job</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579446#M16938</link>
      <description>&lt;P&gt;It does for the Workspace sessions created by SAS EG. Not sure about other sas applications though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JOB_NAME&lt;/P&gt;&lt;P&gt;SAS Enterprise Guide_SASApp - Workspace Server&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 16:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579446#M16938</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-08-06T16:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to know which application running sas job</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579545#M16944</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I think you can use the command bjobs -u all to get job information for SAS Studio and SAS EG applications. If you have a large base of users using these applications and you want to monitor the jobs, you can define separate queue for each application and monitor the jobs submitted to respective queues.&lt;BR /&gt;&lt;BR /&gt;Since you haven't mentioned which version of SAS you are using, just to let you know Grid Manager plugin for SMC isn't supported in SAS 9.4 M6&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=gridref&amp;amp;docsetTarget=p1kgfem7vpt7ain1r2ce8jdcc3h5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=gridref&amp;amp;docsetTarget=p1kgfem7vpt7ain1r2ce8jdcc3h5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This link has steps to setup queues at application level.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n1inymfs0b7go2n147xdknz0ygpx.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n1inymfs0b7go2n147xdknz0ygpx.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 07 Aug 2019 03:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/579545#M16944</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-08-07T03:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to know which application running sas job</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/580429#M16980</link>
      <description>&lt;P&gt;Thanks Anand.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 21:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-to-know-which-application-running-sas-job/m-p/580429#M16980</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-08-11T21:33:04Z</dc:date>
    </item>
  </channel>
</rss>

