HP3000-L Archives

July 2005, 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:
donna garverick <[log in to unmask]>
Reply To:
Date:
Thu, 7 Jul 2005 14:51:39 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (53 lines)
--- James English <[log in to unmask]> wrote:

> Obviously, the number of pause seconds I'm specifying is not
> negative. Does anyone know of another reason why this would happen?
> Could this error occur if the system is loaded down with running
> other jobs?

you didn't mention what release of the os you're on.  the best solution
is (as paul suggested) to do a pause with ';job='.  it's clean and
elegant.

if you're on an older release of mpe, you might want to consider this
logic:

!  SETVAR NO_SUCH_JOB 1619
!  STREAM MYJOB.JCL.ACCT
!  PAUSE 30
!  SETVAR HPCIERR 0
!  SETVAR JOB_COMPLETE FALSE
!  WHILE NOT JOB_COMPLETE DO
!    CONTINUE
!    TELL !HPLASTJOB
!    IF HPCIERR = !NO_SUCH_JOB THEN
!      SETVAR JOB_COMPLETE TRUE
!    ELSE
!      SETVAR HPCIERR 0
!      PAUSE 30
!    ENDIF
!  ENDWHILE

we used this logic during y2k-time to update 500 or so stores to 5.5.
i feel pretty confident that it'll work :-)        - d

Donna Garverick, HP-CSA   Sr. System Programmer
dgarverick -at- longs -dot- com
925-210-6631              Longs Drug Stores

Come, my friends, 'Tis not too late to seek a newer world.
Tho' much is taken, much abides; and tho'
We are not now that strength which in old days
Moved earth and heaven, that which we are, we are.
"Ulysses", A. Tennyson

>>>MY opinions, not Longs Drug Stores'<<<

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

ATOM RSS1 RSS2