HP3000-L Archives

August 1999, Week 2

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:
Jeff Keepers <[log in to unmask]>
Reply To:
Date:
Mon, 9 Aug 1999 10:22:17 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
I would like to thank everyone who responded to my question about how to
check to see if a job is running or not.  The following is the final code
(using David Rutherford example):

::WHILE JSCOUNT("EMERCONJ,MGR.PHRIS&EXEC") > 0
::   ECHO ***************************************************
::   ECHO ** Another Employee Information Update  **
::   ECHO ** request is running.  Please wait for the    **
::   ECHO ** next update or press CTRL-Y to exit.       **
::   ECHO **

    **
::   ECHO ** Approximate wait is 10 seconds.              **
::   ECHO ***************************************************
::   PAUSE 10
::ENDWHILE

Thanks again,
Jeff

ATOM RSS1 RSS2