Previous Topic: NMILISTANSWERS CommandNext Topic: NMILISTITEMS Command


NMILISTCALLERS Command

This command lists status information about every notification attempt that is made during the processing of the specified notification request.

This command has the following format:

ADDRESS VOX "NMILISTCALLERS ITEM(item) [CMDRESP(destination)] [PREFIX(varname)]"
ITEM

Specifies the item number.

CMDRESP

(Optional) Directs return information, if any, to a specific destination. For a list of valid destination values, see ADDRESS VOX Return Information.

Default: REXX

PREFIX

(Optional) Specifies the name of the REXX stem variable (other than the default name) that contains the return information for the command.

For information about changing the default variable name, see ADDRESS VOX Return Information.

Default: VOX.NMILISTCALLERS

Usage Note:

For more information on this command, see the sample REXX program listcallers.rex in the CA Automation Point installation folder \sample\nm.

Return Information:

After the NMILISTCALLERS command executes, it sets the special REXX return code variable RC.

Example:

The following example retrieves the list of all notification attempts made for notification request item number 1234:

ADDRESS VOX “NMILISTCALLERS ITEM(1234)”