Locating the Language Environment traceback

Under CICS®, the Language Environment traceback is written to the CESE transient data queue. Because Language Environment invokes your application routine, the Language Environment routines that invoked your routine appear in the traceback. Figure 1 shows an example Language Environment traceback written to the CESE transient data queue. Data unnecessary for this example has been replaced by ellipses.

Figure 1. Language Environment traceback written to the CESE transient data queue
CEE3211S The system detected a decimal-divide exception (System Completion Code=0CB).                                             
         From compile unit DIVZERO2 at entry point DIVZERO2 at compile unit offset +0000039A at entry offset +0000039A at address 
         271FC39A.                                                                                                                
CEE3DMP V1 R12.0: Condition processing resulted in the unhandled condition.        04/13/10 8:41:40 AM                  Page:    1
Task Number: 1116   Transaction ID: TD02                                                                                          
                                                                                                                                  
CEE3845I CEEDUMP Processing started.                                                                                              
                                                                                                                                  
Information for enclave DIVZERO2                                                                                                  
                                                                                                                                  
  Information for thread 8000000000000000                                                                                         
                                                                                                                                  
  Traceback:                                                                                                                      
    DSA   Entry       E  Offset  Statement   Load Mod             Program Unit                   Service  Status                  
    1     CEEHDSP     +000041FA                                   CEEHDSP                        HLE7770  Call                    
    2     CEECGEX     +000001F0                                   CEECGEX                        HLE7770  Call                    
    3     DIVZERO2    +0000039A                                   DIVZERO2                                Exception               
    4     IGZCEV5     +0000066A                                   IGZCEV5                                 Call                    
    5     CEECRINV    +00000480                                   CEECRINV                       HLE7770  Call                    
    6     CEECRINI    +00000AFE                                   CEECRINI                       HLE7770  Call                    
                                                                                                                                  
    DSA   DSA Addr   E  Addr    PU Addr    PU Offset  Comp Date  Compile Attributes                                               
    1     2753D160   27AB3180   27AB3180   +000041FA  20100319   CEL                                                              
    2     27538F48   27AA9350   27AA9350   +000001F0  20100319   CEL                                                              
    3     27539F60   271FC000   271FC000   +0000039A  ********   COBOL                                                            
    4     27538D70   26AD2000   26AD2000   +0000066A  20100316   LIBRARY                                                          
    5     27538BC8   27AAC568   27AAC568   +00000480  20100319   CEL                                                              
    6     27538B48   27AAB8D0   27AAB8D0   +00000AFE  20100319   CEL                                                              
                                                                                                                                  
  Condition Information for Active Routines                                                                                       
    Condition Information for DIVZERO2 (DSA address 27539F60)                                                                     
      CIB Address: 2753DA58                                                                                                       
      Current Condition:                                                                                                          
        CEE0198S The termination of a thread was signaled due to an unhandled condition.                                          
      Original Condition:                                                                                                         
        CEE3211S The system detected a decimal-divide exception (System Completion Code=0CB).                                     
      Location:                                                                                                                   
        Program Unit: DIVZERO2 Entry: DIVZERO2 Statement:  Offset: +0000039A                                                      
      Machine State:                                                                                                              
        ILC..... 0006    Interruption Code..... 000B                                                                              
        PSW..... 079D0000 A71FC3A0                                                                                                
        GPR0..... 00000000_00000000  GPR1..... 00000000_271FC1E1  GPR2..... 00000000_000707FC  GPR3..... 00000000_A71FC366        
        GPR4..... 00000000_271FC054  GPR5..... 00000000_00000000  GPR6..... 00000000_275359F8  GPR7..... 00000000_26AD2FFF        
        GPR8..... 00000000_275332C0  GPR9..... 00000000_2753A168  GPR10.... 00000000_271FC088  GPR11.... 00000000_271FC262        
        GPR12.... 00000000_271FC080  GPR13.... 00000000_27539F60  GPR14.... 00000000_A71FC374  GPR15.... 00000000_A7745688        
        AR0...... A54885D6  AR1...... 00000002  AR2...... 00000000  AR3...... 00000000                                            
        AR4...... 00000000  AR5...... 00000000  AR6...... 00000000  AR7...... 00000000                                            
        AR8...... 00000000  AR9...... 00000000  AR10..... 00000000  AR11..... 00000000                                            
        AR12..... 00000000  AR13..... 00000000  AR14..... 00000000  AR15..... 00000000                                            
                                                                                                                                  
    Storage dump near condition, beginning at location: 271FC38A                                                                  
      +000000 271FC38A  92409169 D2CC916A 9169D201 D180A155  FD10D180 A157F300 9090D180 96F09090  |k j.K.j.j.K.J.....J...3...J.o0.
    GPREG STORAGE:                                                                                                                
      Storage around GPR0 (00000000)                                                                                              
        +0000 00000000    Inaccessible storage.                                                                                   
        +0020 00000020    Inaccessible storage.                                                                                   
        +0040 00000040    Inaccessible storage.                                                                                 
⋮