![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The SXK3BSMC program, which functions as a Tracker Smart Client, can publish events like an Event Client does or communicate with the TIBCO Mainframe Service Tracker server.You pass in parameters through input control statements in the run JCL. Errors and runtime messages are logged to the data set referred to by DDName TIBLOG.Member: RUNSCL
Prefix all keyword values in the JCL's PARM parameter with a dash or minus sign. Separate keywords from their values with one or more spaces, for example:Table 23 describes the functions of the control keywords.
Table 23 Control Keywords Sends an alert message. Put a space after the keyword but no space between message_code and message_text. Sends a notification message. Put a space after the keyword but no space among message_code, severity, and message_text. CHECK JOB,jobname Requests the status of jobname, which was previously registered as a job of interest with the QUERY keyword. Creates a connection as a Smart Client. Internally, LOGON defines and references a callback ecb and reply area. QUERY JOB,jobname Registers jobname as a job of interest, the status of which is then maintained. Terminates a Smart Client connection. This must be the last call as a Smart Client. Stops reading the control input and terminates processing. WAIT number Messages are sent by the program with keywords in the input control statements. The following example sends an Unsolicited Alert message to Hawk or Mainframe WebUI through the Tracker Server interface:This example sends a Tracker Notification message to Hawk or Mainframe WebUI through the interface:
2. Register the Rendezvous daemon RVD7500 as a job of interest, the status of which is then maintained.
4. Ask for the status of the Rendezvous daemon RVD7500, which was previously registered as a job of interest.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |