× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: RE: Daylight Saving Change
  • From: D.BALE@xxxxxxxxxxxxx
  • Date: Fri, 30 Mar 2001 18:43:00 -0500

Good question.  We don't use the job scheduler.  Instead we use:
SBMJOB CMD(CHGSYSVAL QHOUR  VALUE('03')) JOB($SPRINGFWD)
         JOBQ(QTXTSRCH) LOG(4 00 *SECLVL) LOGCLPGM(*YES)
         SCDDATE(*SUN) SCDTIME(020000)

Likewise, in the fall, we'll use the same SBMJOB with the "fall-back":
SBMJOB CMD(CHGSYSVAL QHOUR  VALUE('02')) JOB($SPRINGFWD)
         JOBQ(QTXTSRCH) LOG(4 00 *SECLVL) LOGCLPGM(*YES)
         SCDDATE(*SUN) SCDTIME(030000)

Either way, you'll have to ensure that there are no conflicts on your job
scheduler.  Do you have any jobs that start at 2:30?  On April 1st, they'll
never run.  In the fall when we change over, I'm pretty sure they'll be run
twice (but maybe not, cuz the "Next Submit Date" will have been updated and
_perhaps_ that will keep it from being run twice.  I wouldn't count on it
unless IBM specifically told you so.)

No matter what, we make sure that we don't run into that situation.  We have
no jobs scheduled to be started between 2 a.m. and 3 a.m.

Dan Bale
IT - AS/400
Handleman Company
248-362-4400  Ext. 4952

-------------------------- Original Message --------------------------
I have a question.  I know this will work in the Spring, but what about in
the Fall?  If the job is scheduled for 3:00 am and changes the time to 2:00
am, will it run again when the clock hits 3:00 am again, and again and
again?  Will setting the option to run *ONCE take care of this?

Ed Chabot
The Marlin Firearms Company
100 Kenna Drive
North Haven, CT 06473
(203)985-3254

-----Original Message-----
From: owner-midrange-l@midrange.com
[mailto:owner-midrange-l@midrange.com]On Behalf Of
mkrouse@co.ottawa.mi.us
Sent: Friday, March 30, 2001 1:27 PM
To: MIDRANGE-L@midrange.com
Subject: Re: Daylight Saving Change



>>With the change coming up Sunday AM, does anyone know of a
quick-easy-done
>>way to change our clocks?  On V4R4, you couldn't use a JOBSCDE to change
the
>>hour of the day, going to test on V4R5 within the hour.  It's got to be
>>something simple - any ideas?  Or possible CL code we could use?  Need to
>>change UTC offset backward and the hour forward.  I'm not a programmer or
>>I'd try myself.  I can cut and paste and compile tho.  Any help would be
>>great.


If you can't do that, it's news to me. We have have job schedule entry set
to run at 1:00am that runs this command:

CHGSYSVAL SYSVAL(QHOUR) VALUE('02')

and have never had a problem.

I'm assuming you could do the same thing with QUTCOFFSET, but we never
bother with it.

If it doesn't work for you, it could be an authority issue.  Make sure the
User Profile adding it has lots.
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.