<?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: autorun scheduled background job in parallel process in Developers</title>
    <link>https://communities.sas.com/t5/Developers/autorun-scheduled-background-job-in-parallel-process/m-p/35325#M2667</link>
    <description>A few techniques come to mind, however I found a technical conference paper at the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website which discusses parallel processing.  And for your successor SAS program, you can use a technique that detects the presence (or lack) of "gate" file(s), such that when all are present you proceed with your follow-on SAS program execution.&lt;BR /&gt;
&lt;BR /&gt;
Or, maybe your enterprise already has a job scheduler specifically for this purpose - maybe ask around.&lt;BR /&gt;
&lt;BR /&gt;
Regardless, I'm sure you can find a suitable tool/technique with SAS - take advantage of the support website and its resources.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Parallel Processing on the Cheap: Using Unix Pipes to Run SAS® Programs in Parallel&lt;BR /&gt;
Ted Conway, Ted Conway Consulting, Inc., Chicago, IL&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi28/114-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/114-28.pdf&lt;/A&gt;</description>
    <pubDate>Sat, 30 May 2009 13:13:35 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-05-30T13:13:35Z</dc:date>
    <item>
      <title>autorun scheduled background job in parallel process</title>
      <link>https://communities.sas.com/t5/Developers/autorun-scheduled-background-job-in-parallel-process/m-p/35324#M2666</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
Have little knowledge on Submitting background jobs in Unix.&lt;BR /&gt;
We have a script that run automatically as soon as the data gets updated.&lt;BR /&gt;
I parallel process a job into three parallel process, see below. Each is independent of the other, uses different input files but follows the same logic in generating the output datasets. &lt;BR /&gt;
&lt;BR /&gt;
script_file:&lt;BR /&gt;
&lt;BR /&gt;
nohup sas9 /pgms_rx/process1_v2.sas &amp;amp;&lt;BR /&gt;
nohup sas9 /pgms_rx/process2_v2.sas &amp;amp;&lt;BR /&gt;
nohup sas9 /pgms_rx/process3_v2.sas &amp;amp;&lt;BR /&gt;
&lt;BR /&gt;
I would like to run another sas program that convers the output of all these three processes into a single pipe delimited zipped file. I did wrtie a program to do this .&lt;BR /&gt;
but how can i automate it, i.e., include it in the script file. Once all the above three process generate output datasets successfully run the pipe_delimited.sas program that generated the desired output.&lt;BR /&gt;
&lt;BR /&gt;
Let me know if you have further questions.&lt;BR /&gt;
Thank you.&lt;BR /&gt;
RB</description>
      <pubDate>Thu, 21 May 2009 18:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/autorun-scheduled-background-job-in-parallel-process/m-p/35324#M2666</guid>
      <dc:creator>rsb7678</dc:creator>
      <dc:date>2009-05-21T18:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: autorun scheduled background job in parallel process</title>
      <link>https://communities.sas.com/t5/Developers/autorun-scheduled-background-job-in-parallel-process/m-p/35325#M2667</link>
      <description>A few techniques come to mind, however I found a technical conference paper at the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website which discusses parallel processing.  And for your successor SAS program, you can use a technique that detects the presence (or lack) of "gate" file(s), such that when all are present you proceed with your follow-on SAS program execution.&lt;BR /&gt;
&lt;BR /&gt;
Or, maybe your enterprise already has a job scheduler specifically for this purpose - maybe ask around.&lt;BR /&gt;
&lt;BR /&gt;
Regardless, I'm sure you can find a suitable tool/technique with SAS - take advantage of the support website and its resources.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Parallel Processing on the Cheap: Using Unix Pipes to Run SAS® Programs in Parallel&lt;BR /&gt;
Ted Conway, Ted Conway Consulting, Inc., Chicago, IL&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi28/114-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/114-28.pdf&lt;/A&gt;</description>
      <pubDate>Sat, 30 May 2009 13:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/autorun-scheduled-background-job-in-parallel-process/m-p/35325#M2667</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-05-30T13:13:35Z</dc:date>
    </item>
  </channel>
</rss>

