HP3000-L Archives

November 2001, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Knight, Sam" <[log in to unmask]>
Reply To:
Knight, Sam
Date:
Mon, 5 Nov 2001 14:40:45 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (69 lines)
If you do the following:

!JOB JOB1,USER.ACCT
!STREAM JOB1.JOBGROUP.JOBACCT;IN=1
<JOB LOGIC>
!EOJ

There should be no drifting.

*******************************************************

Sam Knight                     Phone (904)745-7509
Sr. Programmer/Analyst           Fax (904)745-7238
Jacksonville University
Jacksonville, FL 32211



-----Original Message-----
From: Paul S. Butler [mailto:[log in to unmask]]
Sent: Monday, November 05, 2001 12:11 PM
To: [log in to unmask]
Subject: Re: [HP3000-L] Imitate a scheduler using stream?


One problem with using "IN=" is that the jobs will gradually drift and not
get scheduled when you would like. If you absolutely need to have your job
run at 8:30PM every day, "AT=20:30" is the way to go.

BUT if the job takes less than a minute to run, the job will get immediately
streamed again. The way around this is to use a PAUSE:

!JOB JOB1,USER.ACCT
<JOB LOGIC>
!PAUSE 60
!STREAM JOB1.JOBGROUP.JOBACCT;AT=20:30

------------------------------------
Paul S. Butler, System Administrator
Data Trace Information Services LLC
(916) 797-5000


----- Original Message -----
From: "Derrick Tietz" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Friday, November 02, 2001 1:32 PM
Subject: Imitate a scheduler using stream?


Hello all,
Is it possible to imitate scheduling software using the stream command? I
want a job to run every day at 8:30 PM without having to stream it daily. I
tried streaming Job1 at=20:30, job1 streams Job2 in=,1 and Job2 streams Job1
in=,23. I also tried using "at" instead of "in" in Job1 and Job2. Is it
possible to make this work?     When I try this I get a long list of the
jobs that repeat, but I never get a JOBNUM.
Thanks in advance,
Derrick

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2