HP3000-L Archives

May 2002, Week 3

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:
"John R. Wolff" <[log in to unmask]>
Reply To:
John R. Wolff
Date:
Thu, 16 May 2002 11:18:15 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (22 lines)
On Thu, 16 May 2002 08:04:56 -0700, Bill Brandt <[log in to unmask]> wrote:

>The only time I ever reboot is when the spool file numbers get too high.

MPE is even flexible enough to eliminate the reason for rebooting that you
mention.  Below is a small piece of our backup job that reviews the Job and
Spool file numbers and resets them automatically:

!   IF !HPJOBNUM>999 THEN
!      SETCOUNTER COUNTER=JOBNUM;BASE=1;MAX=1000;SHOW
!   ENDIF
!
!   SETVAR SPOOLNUM;LTRIM('!HPSPOOLID',"O")
!   IF !SPOOLNUM>999 THEN
!      SETCOUNTER COUNTER=OUTSP;BASE=1;MAX=1000;SHOW
!   ENDIF

Happy enjoyment of MPE to all that appreciate it.

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

ATOM RSS1 RSS2