Charles,

I like Bobby Herring's solution. We use similar commands combined with
automation at one customer.

AUTO is very, very easy to install.

It uses a PDS with this syntax : @2230

At 2230, it does whatever is in the member with a day flag:

----+----1----+----2----+
*      MTWTF   I SMF
       MTWTFSS S DELDUMP
I clean up the dump dataset at intervals.




On Fri, Nov 20, 2020 at 7:24 AM R.S. <r.skoru...@bremultibank.com.pl> wrote:

> W dniu 19.11.2020 o 00:00, Charles Mills pisze:
> > Is there a JES2 command to submit a job from a PDS or PROCLIB, roughly
> > analogous to TSO SUBMIT?
> >
> > I want to run a predefined job, unmodified, once a day. (No, I don't
> have a
> > real scheduler.) I figured I could do something with $T
> A,I=86400,'command'
> > but I don't see what the command would be. It seems like an obvious thing
> > for JES2 to be able to do.
> >
> > Do I use $VS,'S proc' and run it like a started task that just happens to
> > end after a minute or so?
> >
> > I vaguely recall there is a way to submit a job (via TSO or whatever)
> such
> > that it gets held and then could be released with a JES2 command but also
> > left in the input queue for another release? Am I on the right track? Or
> ...
> > ?
> >
> > Thanks. Sorry for the newbie question. I'm a newbie operator.
>
> My €0.02:
> 1. For professional scheduling there are commercial tools like BMC CTM,
> IBM TWS, CA ESP, etc. Of course it is not worth to pay just to schedule
> one job a day. However ...maybe you have it already in your shop? Just
> check it.
>
>
> 2. For JES2 (and no batch scheduler) I would use $TA... $VS S member.
> That means your JES2 'wannabe-scheduler'  periodically issue START
> command, which is MVS command.
> Old farts say it is for starting members of PROCLIB, that mean JCL
> procedures. It is no longer true (for years), you can start a job using
> same command and same library. That means your job may contain DD *
> statements, etc.
> Not enough? Well you started job/procedure may submit regular job.
>
> Caution: is it SIMPLE. Mainframe gurus will hate it ;-)
>
>
> 3. There are other ways to skin a cat. Some of them include existing
> tools, like cron, however really aspiring way is to start with
> assembler, APF and MODESET 0. ;-)
> (yes, this is kind of joke)
>
> --
> Radoslaw Skorupka
> Lodz, Poland
>
>
>
>
>
> ======================================================================
>
> Jeśli nie jesteś adresatem tej wiadomości:
>
> - powiadom nas o tym w mailu zwrotnym (dziękujemy!),
> - usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub
> zapisałeś na dysku).
> Wiadomość ta może zawierać chronione prawem informacje, które może
> wykorzystać tylko adresat.Przypominamy, że każdy, kto rozpowszechnia
> (kopiuje, rozprowadza) tę wiadomość lub podejmuje podobne działania,
> narusza prawo i może podlegać karze.
>
> mBank S.A. z siedzibą w Warszawie, ul. Prosta 18, 00-850 Warszawa,
> www.mBank.pl, e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. Warszawy
> XII Wydział Gospodarczy Krajowego Rejestru Sądowego, KRS 0000025237, NIP:
> 526-021-50-88. Kapitał zakładowy (opłacony w całości) według stanu na
> 01.01.2020 r. wynosi 169.401.468 złotych.
>
> If you are not the addressee of this message:
>
> - let us know by replying to this e-mail (thank you!),
> - delete this message permanently (including all the copies which you have
> printed out or saved).
> This message may contain legally protected information, which may be used
> exclusively by the addressee.Please be reminded that anyone who
> disseminates (copies, distributes) this message or takes any similar
> action, violates the law and may be penalised.
>
> mBank S.A. with its registered office in Warsaw, ul. Prosta 18, 00-850
> Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the
> Capital City of Warsaw, 12th Commercial Division of the National Court
> Register, KRS 0000025237, NIP: 526-021-50-88. Fully paid-up share capital
> amounting to PLN 169.401.468 as at 1 January 2020.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to