Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Examples : CICS Online Sample of Tracker Event Client

CICS Online Sample of Tracker Event Client
As a Tracker user Hawk event publisher or RVSEND, the SXKCCUEV program publishes an Unsolicited Alert message or Tracker Notification message according to the input parameters passed in through the command line. Errors are reported. For details on the error messages, see Messages Returned from API Calls.
To run this example, invoke a transaction at the command line according to the following syntax:
Tran ID {-S(subsystem ID)}
{-D(number)}
{-M(message ID)}
{-T(text)}
{-L(severity code)}
{-Q(message type)}
Tran ID is the transaction ID. Invoke the SXK1 transaction with the parameters described in Input Parameters for Event Client. The CICS system translates all input parameter values to uppercase.
The following samples send an Unsolicited Alert message to Hawk or Mainframe WebUI through the interface, which is identified by the subsystem ID SXK1:
SXK1,-SSXK1,-D3,-MSXK1234I,-T...ALERT:Bushman-Needs-Water-Today
SXK1 -SSXK1 -D3 -MSXK1234I -T...ALERT:Bushman-Needs-Water-Today
The following samples send a Tracker Notification message to Hawk or Mainframe WebUI through the interface, which is identified by the subsystem ID SXK2:
SXK1,-SSXK2,-QN,-LW,-D3,-MSXK0911W,-T...Notify:No-Water-
received-yet
SXK1 -SSXK2 -QN -LW -D3 -MSXK0911W -T...Notify:No-Water-
received-yet
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved