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:
Jim Brust <[log in to unmask]>
Reply To:
Jim Brust <[log in to unmask]>
Date:
Fri, 2 Nov 2001 15:50:00 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
The following was suggested:

:stream job1;at=20:30

In job 1
:job job1,user.acct
:run someprogram
:stream job1;at=20:30
:eoj

You might just a want to make a couple of changes:

:stream job1;at=20:30

In job 1
:job job1,user.acct
:Pause 60
:stream job1;at=20:30
:run someprogram
:eoj

Move the 'stream job1;at=20:30' above the run someprogram, just in case the
program(s) dies and you still want the job to be scheduled.  And add
'pause 60' so that the system clock gets a chance to change. Otherwise you can
end up with several job1's running.  Even if you leave the 'stream
job1;at=20:30' after the 'run someprogram' unless you know for sure that 'run
someprogram' will always take more than 60 seconds of wall time the 'pause 60'
will be needed.

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

ATOM RSS1 RSS2