<?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 Grid job distribution in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544874#M15923</link>
    <description>&lt;P&gt;Hello, we have SAS 9.4 m6 (Linux 7). metadata server, mid-tier server, grid control server and some&amp;nbsp;worker nodes.&lt;/P&gt;
&lt;P&gt;We have users allowed to login into all worker nodes and they can run the job (not&amp;nbsp;that good design - I discussed this in one of my other question - thanks). When I login into any specific worker node and if run sas job with sas command (like sas test.sas or bsub test.sas) jobs using same server to run and its not being distributed across worker node (so this is drawback I believe).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do we need to write some sort of os script so that whenever users runs job from any worker node (x, y, z) with (sas or bsub command), job distributed across&amp;nbsp;different worker node?&amp;nbsp;&amp;nbsp;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 14:33:55 GMT</pubDate>
    <dc:creator>woo</dc:creator>
    <dc:date>2019-03-21T14:33:55Z</dc:date>
    <item>
      <title>Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544874#M15923</link>
      <description>&lt;P&gt;Hello, we have SAS 9.4 m6 (Linux 7). metadata server, mid-tier server, grid control server and some&amp;nbsp;worker nodes.&lt;/P&gt;
&lt;P&gt;We have users allowed to login into all worker nodes and they can run the job (not&amp;nbsp;that good design - I discussed this in one of my other question - thanks). When I login into any specific worker node and if run sas job with sas command (like sas test.sas or bsub test.sas) jobs using same server to run and its not being distributed across worker node (so this is drawback I believe).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do we need to write some sort of os script so that whenever users runs job from any worker node (x, y, z) with (sas or bsub command), job distributed across&amp;nbsp;different worker node?&amp;nbsp;&amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544874#M15923</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-03-21T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544879#M15924</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you basically need to enable your SAS jobs to be splited, or to use DS2 data step procedures, to enable parallel executions, then Grid can distribute workload.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n0qbehvhrcl5van165bzsmh76ttr.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n0qbehvhrcl5van165bzsmh76ttr.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS329-2014.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings14/SAS329-2014.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does it answe your question?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:43:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544879#M15924</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2019-03-21T14:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544882#M15926</link>
      <description>&lt;P&gt;Other users have created a script named 'sas' that calls the SAS Grid Manager Command Line Utility (sasgsub) under the covers to submit the job to the grid and wait for it to process the file. The user types 'sas test.sas' and a grid job is created, the program is run in batch in the grid, and the results returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works good unless they know how to get to the real SAS. Once they figure that out they will use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;'bsub test.sas' will submit a job to run the program 'test.sas'. Not sure what will happen there - probably fail since 'test.sas' is not an executable program.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 14:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544882#M15926</guid>
      <dc:creator>doug_sas</dc:creator>
      <dc:date>2019-03-21T14:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544915#M15927</link>
      <description>&lt;P&gt;Thanks Juan/Doug. To be more clear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so this is the program I have on os side (on one of worker node - linux)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;test.sas&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;data test;&lt;/P&gt;
&lt;P&gt;a=123456;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I log in as user and run it with either "sas test.sas"&amp;nbsp;or "bsub test.sas"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I run job with sas test.sas ("sas" command is pointed to ".../SASFoundation/9.4/sas) from any of worker node (example server5) , job executes on same server only since its running locally (same way bsub&amp;nbsp;test.sas as well). users are aware of this functionality and all users login into all different worker nodes and execute batch jobs that way so jobs are using local resources&amp;nbsp;only and not being distributed across&amp;nbsp;different worker nodes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my question is,&amp;nbsp;any way to redirect this jobs across different servers? because we can't control users executing job this way.&lt;/P&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;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544915#M15927</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-03-21T16:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544930#M15930</link>
      <description>My response is the same.&lt;BR /&gt;1) For 'sas test.sas' you have to provide a new 'sas' command that processes the job on the grid using sasgsub.&lt;BR /&gt;2) For 'bsub test.sas' nothing will work. The format of the bsub command is 'bsub &amp;lt;cmd&amp;gt;'. Since 'test.sas' is not a command, nothing will be done. Also, using Platform Suite for SAS, bsub jobs only run for 30 seconds.</description>
      <pubDate>Thu, 21 Mar 2019 16:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544930#M15930</guid>
      <dc:creator>doug_sas</dc:creator>
      <dc:date>2019-03-21T16:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544931#M15931</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&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;there is, yes. Please give a look to the first link I posted. signon and rsummit are your friends here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, have you defined Queues in LSF and Grid Option Sets in the SAS metadata? This is another way to manage the workload of the machines, based on Client that launches the process, timeframes, the Application Server involved, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/544931#M15931</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2019-03-21T16:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545028#M15934</link>
      <description>&lt;P&gt;Thank you for explaining.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we have not setup grid options set or specific queue yet, we might need to do that as well...additionally,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when I, as user run below command, it is asking for metadata password, where I believe there are some missing parameter or file update,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.../Lev1/Applications/SASGridManagerClientUtility/9.4/sasgsub -gridsubmitpgm test.sas&lt;/P&gt;
&lt;P&gt;SAS Grid Manager Client Utility Version 9.46 (build date: Nov&amp;nbsp; 7 2018)&lt;/P&gt;
&lt;P&gt;Please enter the metadata password:&lt;BR /&gt;&amp;nbsp;ERROR: Access denied.&lt;BR /&gt;&amp;nbsp;ERROR: Access denied.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:33:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545028#M15934</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-03-21T20:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545039#M15935</link>
      <description>&lt;P&gt;also, if run job with bsub command,&amp;nbsp;can't&amp;nbsp;find the log. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$bsub test.sas&lt;/STRONG&gt;&lt;BR /&gt;Job &amp;lt;826&amp;gt; is submitted to default queue &amp;lt;normal&amp;gt;.&lt;/P&gt;
&lt;P&gt;$bhist -l 826&lt;/P&gt;
&lt;P&gt;Job &amp;lt;826&amp;gt;, User &amp;lt;xyz&amp;gt;, Project &amp;lt;default&amp;gt;, Command &amp;lt;test.sas&amp;gt;&lt;BR /&gt;Thu Mar 21 16:39:22: Submitted from host &amp;lt;hostname.company.com&amp;gt;, to Queue &amp;lt;n&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ormal&amp;gt;, CWD &amp;lt;$HOME&amp;gt;;&lt;BR /&gt;Thu Mar 21 16:39:23: Dispatched 1 Task(s) on Host(s) &amp;lt;hostname.company.com&amp;gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Allocated 1 Slot(s) on Host(s) &amp;lt;hostname.com&amp;gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Effective RES_REQ &amp;lt;select[type == local] order[r15s:pg] &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;Thu Mar 21 16:39:23: Starting (Pid 214681);&lt;BR /&gt;Thu Mar 21 16:39:23: Running with execution home &amp;lt;/home/userid&amp;gt;, Execution CWD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/home/userid&amp;gt;, Execution Pid &amp;lt;12345&amp;gt;;&lt;BR /&gt;Thu Mar 21 16:39:23: Exited with exit code 127. The CPU time used is 0.1 seconds;&lt;BR /&gt;Thu Mar 21 16:39:23: Completed &amp;lt;exit&amp;gt;;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Summary of time in seconds spent in various states by&amp;nbsp; Thu Mar 21 16:39:23&lt;BR /&gt;&amp;nbsp; PEND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PSUSP&amp;nbsp;&amp;nbsp;&amp;nbsp; RUN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USUSP&amp;nbsp;&amp;nbsp;&amp;nbsp; SSUSP&amp;nbsp;&amp;nbsp;&amp;nbsp; UNKWN&amp;nbsp;&amp;nbsp;&amp;nbsp; TOTAL&lt;BR /&gt;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 20:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545039#M15935</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2019-03-21T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545146#M15943</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have a look at .../Lev1/Applications/SASGridManagerClientUtility/9.4/sasgsub.cfg.&lt;/P&gt;
&lt;P&gt;The SASGSUB is asking for the password for th&amp;nbsp;metadata user defined in this file (it was&amp;nbsp;defined during&amp;nbsp;installation process).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use another user, you have to specify more SASGSUB options, e.g. METAUSER, METAPASS.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n0dmh9glhm6k21n1pazpuckzt7rv.htm" target="_blank" rel="noopener"&gt;http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n0dmh9glhm6k21n1pazpuckzt7rv.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is a little bit tricky to get the grid starting, also you should have a look on the config files of LSF. If you haven't definded hostgroups, queues and the usage of the host's of LSF then the Jobs can't be distributed (because LSF maybe don't know that it could distribute to other Hosts).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a look to the LSF config without access to the config files you can use LSF commands (prerequisite is that the profile.lsf is sourced in the session).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- bhosts -w &amp;gt;&amp;gt; shows the host's available&lt;/P&gt;
&lt;P&gt;- bmgroup -rw &amp;gt;&amp;gt; shows defined hostgroups&lt;/P&gt;
&lt;P&gt;- bqueues -l normal &amp;gt;&amp;gt; shows the config of the queue "normal"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good look!&lt;/P&gt;
&lt;P&gt;Andreas&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 07:34:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545146#M15943</guid>
      <dc:creator>AndreasWindisch</dc:creator>
      <dc:date>2019-03-22T07:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Grid job distribution</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545188#M15946</link>
      <description>&lt;P&gt;You are running into 2 problems:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The usage of bsub is "&lt;FONT face="courier new,courier"&gt;bsub &amp;lt;&lt;EM&gt;command_to_run&lt;/EM&gt;&amp;gt;&lt;/FONT&gt;". When you run "&lt;FONT face="courier new,courier"&gt;bsub test.sas&lt;/FONT&gt;", you are trying to execute the command "&lt;FONT face="courier new,courier"&gt;test.sas&lt;/FONT&gt;" which is not a command. You would need something like
&lt;OL&gt;
&lt;LI&gt;"&lt;FONT face="courier new,courier"&gt;bsub &amp;lt;&lt;EM&gt;path&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;to&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;SASHOME&lt;/EM&gt;&amp;gt;/sas test.sas&lt;/FONT&gt;".&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;The grid does not know where test.sas is located. You need to place the SAS program somewhere that every grid node can access and then use the full path. The command then becomes&amp;nbsp;
&lt;OL&gt;
&lt;LI&gt;"&lt;FONT face="courier new,courier"&gt;bsub &amp;lt;&lt;EM&gt;path&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;to&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;sas&lt;/EM&gt;&amp;gt;/sas &amp;lt;&lt;EM&gt;path&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;to&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;shared_directory&lt;/EM&gt;&amp;gt;/test.sas&lt;/FONT&gt;"&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can just use SASGSUB which knows how to run SAS programs on the grid and will transport the SAS program to and from the grid. You would run "&lt;FONT face="courier new,courier"&gt;sasgsub -gridsubmitpgm test.sas&lt;/FONT&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If SASGSUB is installed, it is located in &lt;FONT face="courier new,courier"&gt;&amp;lt;&lt;EM&gt;config&lt;/EM&gt;&amp;gt;/&amp;lt;&lt;EM&gt;LevX&lt;/EM&gt;&amp;gt;/Applications/SASGridManagerClientUtility/9.4/sasgsub&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 11:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Grid-job-distribution/m-p/545188#M15946</guid>
      <dc:creator>doug_sas</dc:creator>
      <dc:date>2019-03-22T11:40:01Z</dc:date>
    </item>
  </channel>
</rss>

