<?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: Batchjob in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013488#M84081</link>
    <description>Self-requeuing batch jobs...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/97" target="_blank"&gt;http://64.223.189.234/node/97&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In addition to the Freeware Kronos package, there's also a cron port around.  The above has a pointer to the cron bits, too.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs.Com</description>
    <pubDate>Tue, 05 Jun 2007 11:56:52 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2007-06-05T11:56:52Z</dc:date>
    <item>
      <title>Batchjob</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013484#M84077</link>
      <description>Hi all,&lt;BR /&gt;How can I let's a batchjob only to run once time per day. I have a batchque whit /job_limit=1, where a lot of batchjob runs every day/night. But one of the jobs, only allowed to run one time. Pleace.&lt;BR /&gt;&lt;BR /&gt;Take care...&lt;BR /&gt;/Jan</description>
      <pubDate>Tue, 05 Jun 2007 08:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013484#M84077</guid>
      <dc:creator>OpenVMS</dc:creator>
      <dc:date>2007-06-05T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batchjob</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013485#M84078</link>
      <description>Hi OpenVMS&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;Submit/after="TOMORROW+01:00:00.00"&lt;BR /&gt;&lt;BR /&gt;This Batchjob will run 1 hour after midnight. You must enter this command also within the batchjob. I would recommend to add this command as one of the first lines within the batchjob, before doing other stuff&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;Geni</description>
      <pubDate>Tue, 05 Jun 2007 09:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013485#M84078</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2007-06-05T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Batchjob</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013486#M84079</link>
      <description>Hi OpenVMS &lt;BR /&gt;&lt;BR /&gt;Welcome to the OpenVMS Forum. I just saw that this was your first question.&lt;BR /&gt;&lt;BR /&gt;So, I added a procedure (resubmit.com) wgich we use allways for batchjbs which should run periodicaly. The procedure does the following:&lt;BR /&gt;1. If there is allready a Batch Job with same name found in a queue, this batchjob will be deleted. After this the new job submits itself and finnaly there is a part where you can add commandswhich should be executed within the batchjob.&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Geni</description>
      <pubDate>Tue, 05 Jun 2007 10:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013486#M84079</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2007-06-05T10:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batchjob</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013487#M84080</link>
      <description>Go to &lt;A href="http://dcl.openvms.org/" target="_blank"&gt;http://dcl.openvms.org/&lt;/A&gt; and search for "resubmit" -- there are a few command procedures there that will allow you to easily resubmit a batch job *without* having to put extra code inside your command procedure.&lt;BR /&gt;&lt;BR /&gt;You can also find a variety of job schedulers out there; my personal favorite is Kronos, from the OpenVMS Freeware CD, volume 4: &lt;A href="http://h71000.www7.hp.com/openvms/freeware/" target="_blank"&gt;http://h71000.www7.hp.com/openvms/freeware/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jun 2007 10:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013487#M84080</guid>
      <dc:creator>Aaron Sakovich</dc:creator>
      <dc:date>2007-06-05T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Batchjob</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013488#M84081</link>
      <description>Self-requeuing batch jobs...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/97" target="_blank"&gt;http://64.223.189.234/node/97&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In addition to the Freeware Kronos package, there's also a cron port around.  The above has a pointer to the cron bits, too.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs.Com</description>
      <pubDate>Tue, 05 Jun 2007 11:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013488#M84081</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-06-05T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Batchjob</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013489#M84082</link>
      <description>Jan,&lt;BR /&gt;  I'm not sure I understand your question correctly. If you're concerned that you wish to limit one particular job (or set of jobs) to one running at a time one, but have other jobs which should not be restricted, one possibility is to create two batch queues, one with /JOB_LIMIT=1, to which you SUBMIT your restricted job(s), and another queue with a higher limit (or unlimited) to which all other jobs are submitted. Perhaps you should make the unlimited queue SYS$BATCH and call the other, say, BATCH_ONE.</description>
      <pubDate>Tue, 05 Jun 2007 17:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batchjob/m-p/4013489#M84082</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-06-05T17:44:44Z</dc:date>
    </item>
  </channel>
</rss>

