Enabling Alert Notification via XML

About this task

Alert notification can help with creating trouble tickets automatically. Thus SA z/OS collects details about the failed resource and stores it in a details data set. It also creates XML data with overview information.

You must use the INGCNTL command to set the host name and port number to send the XML data to on each system that is able to create trouble ticket information, for example:
INGCNTL SET TTTHOST=TDISRV1:8000
You must also specify allocation data for the details data set, for example:
INGCNTL SET TTTDATA=’ING.TTT.DATA 1 1’

For more details, see INGCNTL in IBM Z® System Automation Programmer's Reference.