********************************************************************** * DB90S 5.4 Tech note CD104.T02 February 2002 * * * * Keywords : IDMSDPLX IDMSIOXT USER EXITS #COEXIT #MOPT INSTXITS * * * * Users may receive an assembly error when trying to use the * * supplied INSTXITS JCL, to create new IDMSDPLX and IDMSIOXT * * modules to incorporate their own exits, under R15.0. * * * * The assembly steps DPLXGEN and IOXTGEN must have SYS1.MACLIB * * added to the SYSLIB DD statements. * * * * Please add * * * * // DD DSN=SYS1.MACLIB,DISP=SHR * * * * to the bottom of the SYSLIB DD statements for the DPLXGEN and * * IOXTGEN steps in INSTXITS. * * * * Note this TechNote only applies if you have your own IDMSDPLX * * or IDMSIOXT exits that you need to include. * * * **********************************************************************