Notification Exit Program


  Required Parameter Group:


  Exit point name: QIBM_QNS_SDDSTNTFY

  Exit point format name: NTFY0100

The Notification exit program notifies a user program of a change management activity result.

The exit program is registered using the Add Exit Program (QUSADDEP) API and using QIBM_QNS_SDDSTNTFY as the exit point name, with format NTFY0100.


Required Parameter Group

Change request
INPUT; CHAR(10)
Change request name

Sequence number
INPUT; BINARY(4)
Sequence number of the change request

Activity
INPUT; CHAR(10)
Activity name

Activity type
INPUT; CHAR(10)
The type of activity that is being performed; for example, *OBJ or *PTF.

Transport type
INPUT; CHAR(10)
The method by which the object or request is sent to the managed system.

Change management verb
INPUT; CHAR(10)
The function to be performed by the managed system.

Global name
INPUT; CHAR(64)
The global name of the object that is to be manipulated.

Destinations
INPUT; Array of CHAR(*)
The destinations for the request. If the transport type is *SVDS or SNADS, each destination element has the following format:

Number of destinations
INPUT; BINARY(4)
The number of destinations for the distribution request.

User profile
INPUT; CHAR(10)
The user profile for which the distribution is being performed.

Activity result
OUTPUT; Array of CHAR(4)
The end status for each destination node. It indicates whether the change management activity completed successfully.


Usage Notes

Since activities may complete at different times for different nodes, this exit program may be called many times for different nodes.


[ Back to top | >System Manager for i | APIs by category ]