Updates the attributes of a contact group that is defined on the local system. A contact group is a list of users who should be notified by the Scheduler and the Health Monitor.
The setting of the Database Administration Server (DAS) contact_host configuration parameter determines whether the list is local or global.
None
Database. The DAS must be running.
>>-UPDATE CONTACTGROUP--name------------------------------------> .-,---------------------------. V | >------+-ADD--+--+-CONTACT-+--name-+----------------------------> '-DROP-' '-GROUP---' >--+------------------------------+---------------------------->< '-DESCRIPTION--new description-'
CALL SYSPROC.ADMIN_CMD( 'update contactgroup gname1 add contact cname2' )
The DAS must have been created and be running.
Command execution status is returned in the SQLCA resulting from the CALL statement.