<?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 Running SAS in parallel using SLUMR job arrays in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514621#M2771</link>
    <description>&lt;P&gt;Hello. I have a data set with more than 1 million observations. I would like to split this data set and submit them in a job array. However, the computer is using Linux system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I submit the single order, The code is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;module load sas
sas /work/sas/code.sas&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If I submit the job array, the code is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;module load sas
sas /work/sas/code $SLURM_ARRAY_TASK_ID.sas&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, how can I add a parameter to tell sas that I want sas to read the observation from #1 to #5000, #5001 to #10000 respectively? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://hcc-docs.unl.edu/display/HCCDOC/Submitting+a+Job+Array" target="_blank"&gt;https://hcc-docs.unl.edu/display/HCCDOC/Submitting+a+Job+Array&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2018 21:02:32 GMT</pubDate>
    <dc:creator>dapenDaniel</dc:creator>
    <dc:date>2018-11-20T21:02:32Z</dc:date>
    <item>
      <title>Running SAS in parallel using SLUMR job arrays</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514621#M2771</link>
      <description>&lt;P&gt;Hello. I have a data set with more than 1 million observations. I would like to split this data set and submit them in a job array. However, the computer is using Linux system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I submit the single order, The code is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;module load sas
sas /work/sas/code.sas&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If I submit the job array, the code is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;module load sas
sas /work/sas/code $SLURM_ARRAY_TASK_ID.sas&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, how can I add a parameter to tell sas that I want sas to read the observation from #1 to #5000, #5001 to #10000 respectively? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://hcc-docs.unl.edu/display/HCCDOC/Submitting+a+Job+Array" target="_blank"&gt;https://hcc-docs.unl.edu/display/HCCDOC/Submitting+a+Job+Array&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 21:02:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514621#M2771</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2018-11-20T21:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS in parallel using SLUMR job arrays</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514638#M2774</link>
      <description>&lt;P&gt;A million observations isn't very big, especially for a server. Have you tried a single job and how long did it take to process?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 23:48:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514638#M2774</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-19T23:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS in parallel using SLUMR job arrays</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514695#M2785</link>
      <description>No idea how SAS would interact with this, assume it needs some investigation to understand, and majenit work.&lt;BR /&gt;You could issue parallelization from within SAS using MP CONNECT.</description>
      <pubDate>Tue, 20 Nov 2018 08:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Running-SAS-in-parallel-using-SLUMR-job-arrays/m-p/514695#M2785</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-11-20T08:53:17Z</dc:date>
    </item>
  </channel>
</rss>

