KB Article #73336

AEXEXMP EXITEOT abend in CFT V2.6.4 on z/OS 1.12

Problem

AEXEXMP EXITEOT abend in CFT V2.6.4 on z/OS 1.12


Resolution

Since 2.6.4 SP2 and all above version, exits are now DLL type and need to be compiled and linked using the righ jobs (see sample provided in the install library)



The naming convention cannot be changed, review the CFTEXIT for the prog name and ensure the load module follow the new mandatory naming convention:



*  Link-edit naming conventions :                  
*    Main EPA is :   DLL name is : CFTEXIT PROG= :  
*    callexig0   : CFTDXG0       : CFTEXIG0      :  
*    callexig1   : CFTDXG1       : CFTEXIG1      :  
*    callexig2   : CFTDXG2       : CFTEXIG2      :  
*    callexig3   : CFTDXG3       : CFTEXIG3      : T
*    callexig4   : CFTDXG4       : CFTEXIG4      :  
*    callexig5   : CFTDXG5       : CFTEXIG5      :  
*    callexig6   : CFTDXG6       : CFTEXIG6      :  
*    callexig7   : CFTDXG7       : CFTEXIG7      :  
*    callexig8   : CFTDXG8       : CFTEXIG8      :  
*    callexig9   : CFTDXG9       : CFTEXIG9      :