Sample Output for XTUV,TRG Command
The following is an example of the output generated by the XTUV,TRG command:
Field Descriptions for Output of XTUV,TRG
XTUV TRG,NEXT 4                                                                 
                                                                                
CICS:C512WW3G, Location 2021B000, Size:15296                                    
  Max Len:60000, Rep-TO:5000, XMC-TO:2, Mode:R                                  
Intf:REDEA1, Pri:1, Active, NoStress(0), NoThrottle(0), SSID:QA111RE1           
  Pool 1  Max Size:1000      ThdCnt:0 URL:QA111RE1.REDEA1#P1.P1AMEA1            
   Pacing:0 Retry:0 Lost:0 Sent:0 Error:0 Join:0                                
  Pool 2  Max Size:8192      ThdCnt:0 URL:QA111RE1.REDEA1#P2.P2AMEA1            
   Pacing:0 Retry:0 Lost:0 Sent:0 Error:0 Join:0                                
Intf:REDEA2, Pri:1, Active, NoStress(0), NoThrottle(0), SSID:QA111RE1           
  Pool 1  Max Size:1000      ThdCnt:0 URL:QA111RE1.REDEA2#P1.P1AMEA2            
   Pacing:0 Retry:0 Lost:0 Sent:0 Error:0 Join:0                                
  Pool 2  Max Size:8192      ThdCnt:0 URL:QA111RE1.REDEA2#P2.P2AMEA2            
   Pacing:0 Retry:0 Lost:0 Sent:0 Error:0 Join:0                                
Intf:REDEA3, Pri:1, Active, NoStress(0), NoThrottle(0), SSID:QA111RE1           
  Pool 1  Max Size:1000      ThdCnt:0 URL:QA111RE1.REDEA3#P1.P1AMEA3            
   Pacing:0 Retry:0 Lost:0 Sent:0 Error:0 Join:0                                
  Pool 2  Max Size:8192      ThdCnt:0 URL:QA111RE1.REDEA3#P2.P2AMEA3            
   Pacing:0 Retry:0 Lost:0 Sent:0 Error:0 Join:0                                
                                                                                
 More... (Press Enter)
 
		| Field | Description | 
|---|---|
| CICS | The current CICS region applid. | 
| Location | Memory address of the RED CICS Trigger control block. | 
| Size | The size of the memory area for the location mentioned. | 
| Max Len | The value shows the AMSG-MAXLEN value that the RED interface uses as the maximum message length. If the application program attempts to send data of longer length through SXCOTRED, it fails. | 
| Rep-TO | The wait time in milliseconds that the guaranteed Trigger process waits for the response from Substation ES. | 
| XMC-TO | The maximum time in seconds that an XCF send trigger message operation is given to complete successfully. | 
| Mode | R for Round-Robin; F for Primary-Alternate. | 
| Intf | RED interface name, display up to total of eight RED interfaces. | 
| Pri | The value shows that the parameter of AMSG-PRIORITY been set for the RED interface connection priority to the CICS region. | 
| Active / InActive | Status of interface. | 
| NoStress | The number of XCF interfaces that have been under stress condition. | 
| NoThrottle | States whether we had a throttle and what the count of throttle has been. | 
| SSID | Substation ES ID followed by Substation ES RED interface ID. | 
| Pool | The related information of buffer pool #, where # can be 1, 2, or 3. | 
| Max Size | The maximum message length that is allowed to be sent within a selected pool. If a message is larger than a specified value in the Max Size field but smaller or equal to the value in the field, RED handles the message differently, resulting in processing overhead. | 
| ThdCnt | The number of concurrent message worker threads that the RED interface started to service trigger messages. | 
| URL | The target member name that the RED interface uses to publish trigger messages. | 
| Pacing | The number of microseconds that the RED interface trigger request waits after sending a trigger message from the buffer pool, before returning to the CICS application. | 
| Retry | The number of times SXCOTRED attempts to resend a reliable and guaranteed trigger message if the first send fails. | 
| Lost | The total number of reliable confirm and guaranteed trigger messages that have been resent after receiving a timeout error (with RED reason code 8110). | 
| Sent | The total number of trigger messages that have been sent. This count includes any resend messages following a failure. | 
| Error | The total number of trigger messages that were not sent because of an error. | 
| Join | The total number of RED API JOIN calls that have been done. | 
Copyright © Cloud Software Group, Inc. All rights reserved.
