<?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 Connecting to SAS Grid using Display Manager in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740085#M231117</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS Display Manager to try and connect to the SAS Grid using the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%INC "H:\sasconnect\SASGrid.inc";&lt;BR /&gt;%LET metahostname = sas-grid-prod.corp.au;&lt;BR /&gt;%LET metaportnumber = 8561;&lt;BR /&gt;%LET sasgrid = sas-grid-prod 7551; &lt;BR /&gt;OPTIONS metaserver="&amp;amp;metahostname" metaport=&amp;amp;metaportnumber metauser="&amp;amp;uid" metapass="&amp;amp;pw";&lt;BR /&gt;SIGNON sasgrid user=&amp;amp;uid password="&amp;amp;pw"; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I rsubmit code I have noticed that it is not registered in SAS Grid Manager as a job nor is it showing up when I check bjobs command from the command line.&amp;nbsp; I am worried that I am just submitting jobs to a particular node instead of the whole grid.&amp;nbsp; I am wondering if there is an option to add to the code that will allow me to see the code in either SAS Grid Manager or bjobs under a queue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;G&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 04:18:35 GMT</pubDate>
    <dc:creator>gra_in_aus</dc:creator>
    <dc:date>2021-05-10T04:18:35Z</dc:date>
    <item>
      <title>Connecting to SAS Grid using Display Manager</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740085#M231117</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS Display Manager to try and connect to the SAS Grid using the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%INC "H:\sasconnect\SASGrid.inc";&lt;BR /&gt;%LET metahostname = sas-grid-prod.corp.au;&lt;BR /&gt;%LET metaportnumber = 8561;&lt;BR /&gt;%LET sasgrid = sas-grid-prod 7551; &lt;BR /&gt;OPTIONS metaserver="&amp;amp;metahostname" metaport=&amp;amp;metaportnumber metauser="&amp;amp;uid" metapass="&amp;amp;pw";&lt;BR /&gt;SIGNON sasgrid user=&amp;amp;uid password="&amp;amp;pw"; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I rsubmit code I have noticed that it is not registered in SAS Grid Manager as a job nor is it showing up when I check bjobs command from the command line.&amp;nbsp; I am worried that I am just submitting jobs to a particular node instead of the whole grid.&amp;nbsp; I am wondering if there is an option to add to the code that will allow me to see the code in either SAS Grid Manager or bjobs under a queue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;G&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 04:18:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740085#M231117</guid>
      <dc:creator>gra_in_aus</dc:creator>
      <dc:date>2021-05-10T04:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SAS Grid using Display Manager</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740911#M231539</link>
      <description>&lt;P&gt;Unfortunately , that is a hard question to answer as it depends on your client grid setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have lsf client installed?&lt;/P&gt;
&lt;P&gt;Are you using sas/connect?&lt;/P&gt;
&lt;P&gt;You might want to speak to your sas Admin/Grid Admin to help you figure this out as there are several factors that maybe be the cause of you not seeing those jobs.&lt;/P&gt;
&lt;P&gt;Here is one example.&lt;/P&gt;
&lt;P&gt;If you are using sas/connect to connect to the grid then there is no way to see your connections in the grid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 19:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740911#M231539</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-12T19:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SAS Grid using Display Manager</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740981#M231569</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/23738"&gt;@CarmineVerrell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS/CONNECT without the LSF client. Would I need to install LSF Client (i.e. IBM Spectrum LSF) to have any code submitteed to the grid registered by SAS Grid Manager or 'b' commands in Linux?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;G&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 22:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/740981#M231569</guid>
      <dc:creator>gra_in_aus</dc:creator>
      <dc:date>2021-05-12T22:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting to SAS Grid using Display Manager</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/741169#M231655</link>
      <description>&lt;P&gt;If you use the LSF client then your session will appear in the grid. SAS connect is a legacy system that we include in our grid environments as an added feature to help support those that still use it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LSF clients installs are normally free but you will have to get the SAS admins permission for that as it will give you access to LSF command from your desktop, as well as SASGSUB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 16:36:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-to-SAS-Grid-using-Display-Manager/m-p/741169#M231655</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-13T16:36:44Z</dc:date>
    </item>
  </channel>
</rss>

