Print Page as PDF
XUSCNT ICR (4467)

XUSCNT    ICR (4467)

Name Value
NUMBER 4467
IA # 4467
DATE CREATED 2004/07/26
CUSTODIAL PACKAGE KERNEL
CUSTODIAL ISC San Francisco
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE XUSCNT
NAME XUSCNT
GENERAL DESCRIPTION
The routine XUSCNT is just for GT.M system to keep
track of the number of active jobs.  It is called from ZU for normal users.
ZTMS calls it for taskman jobs.  Broker calls it as will other applications
that get started outside of Kernel.  Mailman HL7
STATUS Active
DURATION Till Otherwise Agreed
ID XUSCNT
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION
COUNT(INC[,JOB])
This API is used when a job first starts to add it's
self to the list of running jobs by passing in a INC as a "1".  When it is
about to halt it should call with INC as a "-1".  The JOB parameter defaults
to $JOB.
TOUCH
This API updates the time stamp on the record so the
clean up code will not remove the record.  It is only needed by long running
jobs, those running more that one day.
SUBSCRIBING PACKAGE MAILMAN