GRP_ALARM

Notify the user of an event in the life of a watched group

Description:

This routine is called internally by the GRP library when a significant event happens in the life of a group that is being watched as a result of a call to GRP_WATCH. It is not intended to be called by the user. Its main purpose is to provide a break point target for debugging the creation and destruction of GRP groups.

Invocation

CALL GRP_ALARM( IGRP, EVENT, STATUS )

Arguments

IGRP = INTEGER (Given)
An identifier for the created group. GRP__NOID is returned if an error occurs.
EVENT = CHARACTER ( ) (Given)
This will be "CREATE" or "DELETE".
STATUS = INTEGER (Given and Returned)
The global status.

Notes: