You can use the optional MIMINIXT exit routine to acquire and initialize a global exit communication area that can be shared among exit routines for any CA MIM facility. You can use this communication area to allow routines to share site-specific data, such as a predefined user table.
CA MIM calls the MIMINIXT exit routine once per startup and before the initialization call for any other routine. On entry, +C in the common exit parameter list is either zero or the previous value from when you last shut down CA MIM. The flag byte at +8 is always set to X'80'.
The address of the global data area that is acquired and initialized must be stored at +C in the common exit parameter list before the routine returns to CA MIM.
Follow these rules when coding the MIMINIXT routine:
Note: Specifying MIMINIT INITEXIT=NONE causes CA MIM to bypass all MIMINIXT processing.
The sample member named MIMINIXT in the CAI.CBTDSRC data set contains a sample MIMINIXT exit routine.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |