<?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: OpenVMS Job Scheduler - Recomendations in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871887#M84342</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;Installation on OpenVMS means different things to different people. In the systems sense, it generally means moving files into various systems directories. Your earlier comments in a different thread inquired about PCSI kits. PCSI (if memory serves, originally named PolyCenter Software Installation) is a OpenVMS component for packaging and distributing software and updates. The "installing" user uses the PRODUCT INSTALL command, with a supplied file (a PCSI file) as implicit input (the names are formulaic based upon architecture and product name). &lt;BR /&gt;&lt;BR /&gt;PCSI kits can also be generated. All of the components and utilities need to generate the kits are present on a normal OpenVMS system (the utilities are documented in the OpenVMS documentation set, accessible at &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt; ). &lt;BR /&gt;&lt;BR /&gt;Depending upon how the applications on your site are organized, adopting a job scheduling product can be easy or a major product, there is no way to determine this without a careful look at your activities. Some organizations have implemented their own job scheduling, others have not.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Thu, 28 Sep 2006 19:07:43 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2006-09-28T19:07:43Z</dc:date>
    <item>
      <title>OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871886#M84341</link>
      <description>I'm a new member of the I.T. staff at my company.  The Alpha/OpenVMS 7.2-1 system has been running in a bare-bones mode for the last 6 years.  By that, I mean it has the O/S (7.2-1), a COBOL compiler and network connectivity, and that's about it.&lt;BR /&gt;&lt;BR /&gt;I am proposing adding a job scheduler to the mix.  Besides the several promient commercial offerings, most freeware searches lead to Cron (and/or Kronos).  Is this a recommended solution to pursue for job scheduling?  Is this any better than the current use of the VMS Submit command?  Does this require "Installation" on OpenVMS?  Can someone point me to how-to documentation?  I am a developer/analyst by trade, but trying to help establish operations standards in the dept.&lt;BR /&gt;&lt;BR /&gt;No amount of information/suggestions will go un-appreciated.  I am starting from the ground up in many areas in I.T.  In most of my previous employement, these "infrastructure &amp;amp; tool" decisions had already been made and implemented.  I just had to follow the rules.  Here, we are needing to establish those rules.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John Farmer</description>
      <pubDate>Thu, 28 Sep 2006 17:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871886#M84341</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-09-28T17:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871887#M84342</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Installation on OpenVMS means different things to different people. In the systems sense, it generally means moving files into various systems directories. Your earlier comments in a different thread inquired about PCSI kits. PCSI (if memory serves, originally named PolyCenter Software Installation) is a OpenVMS component for packaging and distributing software and updates. The "installing" user uses the PRODUCT INSTALL command, with a supplied file (a PCSI file) as implicit input (the names are formulaic based upon architecture and product name). &lt;BR /&gt;&lt;BR /&gt;PCSI kits can also be generated. All of the components and utilities need to generate the kits are present on a normal OpenVMS system (the utilities are documented in the OpenVMS documentation set, accessible at &lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;http://www.hp.com/go/openvms&lt;/A&gt; ). &lt;BR /&gt;&lt;BR /&gt;Depending upon how the applications on your site are organized, adopting a job scheduling product can be easy or a major product, there is no way to determine this without a careful look at your activities. Some organizations have implemented their own job scheduling, others have not.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Thu, 28 Sep 2006 19:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871887#M84342</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-09-28T19:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871888#M84343</link>
      <description>Yup.  A lot can be done using plain-old&lt;BR /&gt;SUBMIT, and even more with command procedures&lt;BR /&gt;which re-SUBMIT themselves.&lt;BR /&gt;&lt;BR /&gt;On the other hand, a pre-fab tool which can&lt;BR /&gt;run something on the last Thursday of every&lt;BR /&gt;month can save some DCL effort.&lt;BR /&gt;&lt;BR /&gt;It all depends on your actual requirements.&lt;BR /&gt;One method of attack might be to try to write&lt;BR /&gt;the DCL to do what you need.  If/when that&lt;BR /&gt;gets cumbersome and/or frustrating, you'll&lt;BR /&gt;have a better idea of what to look for in a&lt;BR /&gt;fancy scheduling tool.</description>
      <pubDate>Thu, 28 Sep 2006 19:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871888#M84343</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-28T19:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871889#M84344</link>
      <description>John, Steve comments are similar to those I would have said 5 years ago when working for this big corporate customer. However Batch sceduling has become so complicated and would not really want to run with out our Scheduler.&lt;BR /&gt;We run the CA Scheduler in Server mode on all four production nodes. &lt;BR /&gt;&lt;BR /&gt;$&amp;gt; sch&lt;BR /&gt;Unicenter Job Management V3.0&lt;BR /&gt;(C) 2002, Computer Associates International, Inc. All Rights Reserved.&lt;BR /&gt;&lt;BR /&gt;SCHEDULE&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This version 3.0 is okay. The prevsion had realy problems with waited DIO being generated and some bugs when shadow merges were in progress.&lt;BR /&gt;&lt;BR /&gt;I do not endorse the product, but it services us satisfactorily.</description>
      <pubDate>Thu, 28 Sep 2006 20:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871889#M84344</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-09-28T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871890#M84345</link>
      <description>We use a port of CRON on our VMS systems (I packaged it, so I also use it :-)).&lt;BR /&gt;It runs o.k. and frees us from the burden to program some DCL to specify more complex scheduling requirements. If you have dependancies between jobs, esp. for jobs on other systems, a commercial product may be better suited.&lt;BR /&gt;CRON uses the standard batch system for actually running the jobs and is clusterware, in that a CRON daemon runs on every node (you specify), synchronized via a lock, and one of them doing the work.&lt;BR /&gt;&lt;BR /&gt;You find the PCSI kit for CRON on the actual freeware disk.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 29 Sep 2006 02:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871890#M84345</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-09-29T02:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871891#M84346</link>
      <description>It depends on the complexity of your requirements.&lt;BR /&gt;&lt;BR /&gt;I use a slightly modified version of resubmit.com and a separate routine resubmit_date.com for calculating the resubmit date which copes with 'every_week' and 'third Monday of the month' etc. See &lt;A href="http://dcl.openvms.org/" target="_blank"&gt;http://dcl.openvms.org/&lt;/A&gt;</description>
      <pubDate>Fri, 29 Sep 2006 06:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871891#M84346</guid>
      <dc:creator>Peter Barkas</dc:creator>
      <dc:date>2006-09-29T06:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871892#M84347</link>
      <description>John, I work for XuiS (&lt;A href="http://www.xuis.com)" target="_blank"&gt;www.xuis.com)&lt;/A&gt; and we market XS-EnterpriseSCHEDULE (known as EnterpriseSCHEDULE in the USA). So this is a fully featured commercial job scheduling product. Multi-platform, full server &amp;amp; client running on a variety of platforms including VMS (VAX, Alpha, Itanium), HP platforms, Windows, etc. On VMS the product gives you a whole layer of batch job management that sits on top of the cluster wide batch queue system. If you're not after a commercial product then I won't trouble you any further but if you're interested, take a look at our web site or email me at mdunn@xuis.com    Cheers, Malcolm Dunn</description>
      <pubDate>Fri, 29 Sep 2006 09:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871892#M84347</guid>
      <dc:creator>Malcolm Dunn</dc:creator>
      <dc:date>2006-09-29T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871893#M84348</link>
      <description>If commercial applications are considered, you should add JAMS to your list for investigation - &lt;A href="http://www.mvpsi.com/" target="_blank"&gt;http://www.mvpsi.com/&lt;/A&gt; - my experiences with it were positive (fwiw).</description>
      <pubDate>Fri, 29 Sep 2006 10:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871893#M84348</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-29T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871894#M84349</link>
      <description>&lt;BR /&gt;We use JSS from Icam for scheduling and have been very happy with it.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/mop/mop_PartnerDetails_IDX/1,2718,6308,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/mop/mop_PartnerDetails_IDX/1,2718,6308,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 29 Sep 2006 13:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871894#M84349</guid>
      <dc:creator>Jeffrey Goodwin</dc:creator>
      <dc:date>2006-09-29T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871895#M84350</link>
      <description>Attached are a couple of DCL examples if you decide to try rolling your own.  SUBMIT.COM is an example of how to submit a batch job with parameters.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Sep 2006 22:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871895#M84350</guid>
      <dc:creator>B Claremont</dc:creator>
      <dc:date>2006-09-29T22:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871896#M84351</link>
      <description>Sorry for the incomplete previous post.  It occured to me that virus scanners might not like an attachment with a .COM extension, so I combined both sample SUBMIT procedures into the attached text file.  SUBMIT.COM provides an example of the DCL SUBMIT command passing a few parameters.  AFTER_HOURS_BATCH_SETUP.COM is an example of a batch procedure that resubmits itself.</description>
      <pubDate>Fri, 29 Sep 2006 22:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871896#M84351</guid>
      <dc:creator>B Claremont</dc:creator>
      <dc:date>2006-09-29T22:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871897#M84352</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;we essentially follow Steven's idea:&lt;BR /&gt;self re-submiiting batches.&lt;BR /&gt;To steer all kinds of scheduling, we wrote a DCL routine (made available at DCL.OPENVMS.ORG):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=04/10/15/8590853" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=04/10/15/8590853&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;@&lt;THAT routine=""&gt; with the scheduling wishes.&lt;BR /&gt;&lt;BR /&gt;What can be specified, and the correct syntax for specifications, is documented in the header of the routine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/THAT&gt;</description>
      <pubDate>Sat, 30 Sep 2006 07:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871897#M84352</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-09-30T07:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871898#M84353</link>
      <description>One of the main reasons we like the CA Scheduler is the GUI. It makes light work for Operations staff to place jobs on hold, change scheduled times, change dependancies, release jobs. We have a number of environments within the VMS cluster and during some environment outages some job streams have to be suspended. It is not the technical VMS staff which run the batch processing environments, but the Operators. This should be your focus. Who will ultimately have to manage the work flow ?&lt;BR /&gt;&lt;BR /&gt;AUS 10 cents.&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Oct 2006 19:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871898#M84353</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-01T19:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871899#M84354</link>
      <description>We use JAMS from ARGENT.&lt;BR /&gt;&lt;BR /&gt;Whatever you use be careful about side efects.&lt;BR /&gt;&lt;BR /&gt;1) how does the system react when you abort the job ? (jams abort the schedule of e.g. every 15 minutes too).&lt;BR /&gt;&lt;BR /&gt;2) how does the system react when you manually submit the job file ? (jams starts the schedule, even when it was already active).&lt;BR /&gt;&lt;BR /&gt;3) can you prevent 2 jobs with the same name (and work files) from running simultaniously ?&lt;BR /&gt;&lt;BR /&gt;4) Can the scheduler handle job names for which the logical name is not cluster wide defined and how does it react in cluster failover ?&lt;BR /&gt;&lt;BR /&gt;5) How do you know that a job was NOT started ?&lt;BR /&gt;&lt;BR /&gt;6) How does it react on time changes ?&lt;BR /&gt;&lt;BR /&gt;7) how does it react after a cluster down time of a few hours ? (jams starts all jobs at the same time).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 02 Oct 2006 03:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871899#M84354</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-10-02T03:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871900#M84355</link>
      <description>I highly recommend JAMS.  &lt;BR /&gt;&lt;BR /&gt;We had over 20,000 batch jobs running per night at one of my former sites, and it ran like gangbusters.&lt;BR /&gt;&lt;BR /&gt;We also did many system consolidations, and the ability to export a system's entire JAMS job and setup information, and then import it onto the target system saved us hundreds if not thousands of man-hours that keying all that stuff in would have involved.&lt;BR /&gt;&lt;BR /&gt;Their tech support's great, too.&lt;BR /&gt;&lt;BR /&gt;Wim is right about things you have to look out for, but most of those are going to be gotchas no matter which product you use.&lt;BR /&gt;&lt;BR /&gt;WWWebb</description>
      <pubDate>Mon, 02 Oct 2006 11:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871900#M84355</guid>
      <dc:creator>William Webb_2</dc:creator>
      <dc:date>2006-10-02T11:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871901#M84356</link>
      <description>John, some really good information has been provided. Would you care to assign points ? If you feel a response is worthless assign zero points. &lt;BR /&gt;&lt;BR /&gt;Years ago when we made our decision to buy a scheduler these forums were not available.</description>
      <pubDate>Tue, 10 Oct 2006 17:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871901#M84356</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2006-10-10T17:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871902#M84357</link>
      <description>Ok, this may sound a little strange, but does anyone have a port of CRON/KRONOS for VMS done in COBOL?  That is currently the only language we have on our Alpha with VMS7.2.  I want to modify the Cron code a bit and have no access to C or Fortran (forgot which it is written in).  Thanks for any ideas on this subject.&lt;BR /&gt;&lt;BR /&gt;John &lt;BR /&gt;john dot farmer at genworth dot com</description>
      <pubDate>Wed, 13 Jun 2007 01:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871902#M84357</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2007-06-13T01:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871903#M84358</link>
      <description>Perhaps you may use one of the testdrive systems (&lt;A href="http://www.testdrive.hp.com)" target="_blank"&gt;http://www.testdrive.hp.com)&lt;/A&gt; to modify the source to your needs. The CRON utility I packaged is written in C (&lt;A href="http://www.the-rohwedders.de/downloads/index.html)." target="_blank"&gt;http://www.the-rohwedders.de/downloads/index.html).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Wed, 13 Jun 2007 03:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871903#M84358</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-06-13T03:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Job Scheduler - Recomendations</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871904#M84359</link>
      <description>Hi John,&lt;BR /&gt;       with so small amount of stuff on your&lt;BR /&gt;system, it might be a good time to upgrade&lt;BR /&gt;before you put too much on it (I'm stuck&lt;BR /&gt;at 7.2-1)  for simple schduling I've always&lt;BR /&gt;just dcl'ed it. If I had 20000 jobs I wouldn't be using dcl! good luck -Dean</description>
      <pubDate>Wed, 13 Jun 2007 16:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-job-scheduler-recomendations/m-p/3871904#M84359</guid>
      <dc:creator>Dean McGorrill</dc:creator>
      <dc:date>2007-06-13T16:28:49Z</dc:date>
    </item>
  </channel>
</rss>

