DISPLAY CSDUMP command

Read syntax diagramSkip visual syntax diagram
>>-DISPLAY-- --NET--,--CSDUMP----------------------------------><

Abbreviations

Operand Abbreviation
DISPLAY D

Purpose

The DISPLAY CSDUMP command displays the current dump triggers that were set by the MODIFY CSDUMP command or by the CSDUMP start option.

See MODIFY CSDUMP command and CSDUMP start option in z/OS Communications Server: SNA Resource Definition Reference for more information.

Resulting display

The resulting display shows the current CSDUMP message and sense code triggers. If either the message or sense code trigger does not exist, then NONE is indicated.

Examples

The following sample output is displayed when both a message and a sense code trigger have been set using the MODIFY CSDUMP command or the CSDUMP start option:
d net,csdump
IST097I DISPLAY ACCEPTED                                          
IST350I DISPLAY TYPE = CSDUMP TRIGGERS                            
IST1871I MESSAGE TRIGGER: MESSAGE = IST080I MATCHLIM = 1          
IST1872I VALUE 1 = CSMAPPL1
IST1873I SENSE TRIGGER: SENSE = 08010000 RU = 810601 MATCHLIM = 1 
IST314I END           

The following sample output is displayed when both a message and a sense code trigger have been set and specified to dump the TCP/IP address space using the MODIFY CSDUMP command or the CSDUMP start option:

d net,csdump
IST097I DISPLAY ACCEPTED                                       
IST350I DISPLAY TYPE = CSDUMP TRIGGERS                         
IST1871I MESSAGE TRIGGER: MESSAGE = IST080I MATCHLIM = 1                 
IST2234I MESSAGE TRIGGER: TCPNAME = TCPCS                                
IST1873I SENSE TRIGGER: SENSE = 08010000 RU = 810601 MATCHLIM = 1        
IST2240I SENSE TRIGGER: TCPNAME = TCPCS                                  
IST314I END
The following sample output is displayed when a message trigger has been set using the MODIFY CSDUMP command or the CSDUMP start option and the REMOTE operand was specified. The REMOTE operand provides a dump of the remote VTAM® and this VTAM for any XCF link INOP.
d net,csdump
IST097I DISPLAY ACCEPTED                                          
IST350I DISPLAY TYPE = CSDUMP TRIGGERS                            
IST1871I MESSAGE TRIGGER: MESSAGE = IST1504I MATCHLIM = 1          
IST2235I REMOTE DUMP FOR XCF LINK INOP: YES
IST1875I SENSE TRIGGER: NONE
IST314I END 
The following sample output is displayed when a message trigger has been set using the MODIFY CSDUMP command or the CSDUMP start option and the RNICTRLE operand was specified. The RNICTRLE operand provides a diagnostic dump of the IBM® 10Gbe RoCE Express® feature associated with RNIC_TRLEName.
d net,csdump
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = CSDUMP TRIGGERS
IST1871I MESSAGE TRIGGER: MESSAGE = IST1578I MATCHLIM = 1
IST2239I MESSAGE TRIGGER: RNICTRLE = IUT10003
IST1875I SENSE TRIGGER: NONE
IST314I END
The following sample output is displayed when neither a message nor a sense code trigger has been set using the MODIFY CSDUMP command or the CSDUMP start option:
d net,csdump
IST097I DISPLAY ACCEPTED                  
IST350I DISPLAY TYPE = CSDUMP TRIGGERS    
IST1874I MESSAGE TRIGGER: NONE            
IST1875I SENSE TRIGGER: NONE              
IST314I END       
The following sample output is displayed when only a sense code trigger has been set using the MODIFY CSDUMP command or the CSDUMP start option:
d net,csdump 
IST097I DISPLAY ACCEPTED                                           
IST350I DISPLAY TYPE = CSDUMP TRIGGERS                             
IST1874I MESSAGE TRIGGER: NONE                                     
IST1873I SENSE TRIGGER: SENSE = 08010000 RU = 810601 MATCHLIM = 1  
IST314I END                           
The following sample output is displayed when both the following conditions are true:
  • A sense code trigger has been set by using the MODIFY CSDUMP command or the CSDUMP start option.
  • At the same time, the sense code trigger has been specified to dump the TCP/IP address space.
d net,csdump 
IST097I DISPLAY ACCEPTED                                       
IST350I DISPLAY TYPE = CSDUMP TRIGGERS                         
IST1874I MESSAGE TRIGGER: NONE                                 
IST1873I SENSE TRIGGER: SENSE = 08010000 RU = 810601 MATCHLIM = 1        
IST2240I SENSE TRIGGER: TCPNAME = TCPCS
IST314I END