Previous Topic: Exit Routine Programming Considerations

Next Topic: Entry Environment:

MIMATHXT Exit

You can use the optional MIMATHXT exit routine to augment the command authorization processing provided by CA MIM and the operating system security subsystem. The MIMATHXT is called only when the MIMINIT SAFCMDAUTH statement has activated CA MIM command authorization.

CA MIM calls the MIMATHXT exit routine after all parameters have been set for command validation by the security system, but before the actual system authorization facility (SAF) call is made.

You can use this exit routine to determine whether CA MIM should:

You can alter the command entity name or the UTOKEN that CA MIM passes to the security system for command authorization. You cannot alter the command text from this exit routine.

Follow these rules when coding the MIMATHXT routine:

Assemble and link-edit the completed routine as an authorized program with the module name you specify on the SETOPTION command. Link-edit the routine into the authorized load library for CA MIM. The sample member named ASMEXIT in the CAI.CBTDJCL data set contains JCL that you can use to assemble and link-edit this routine.

Note: For more information, see the Statement and Command Reference Guide.