Description
The OMEGUEXB member in the CA APAS Source library contains implementation instructions on how to set up Omegamon in the Adabas link routine to work with CA APAS DBGDRIVC, DBGSTACC and DBGLNCTS.
Solution
The CA APAS Driver/Stack process provides a design and supporting software that allow any number of independent routines to share an Adabas link routine exit and share the Adabas User Information Area.
An entry for the Omegamon UEXITB/UEXIT1 must be defined to the CA APAS DBGSTACC. This entry informs the CA APAS DBGDRIVC module what the name of the exit is and any User Information Area requirements for the Omegamon exit. See the OMEGEUXB member for an example of the DBGSTACC entry to add.
There are some modifications required to the Omegamon UEXITB/UEXIT1 routine in order to work with the CA APAS Driver/Stack process. For example, the modules CSECT name must be changed as not to conflict with the DBGDRIVC CSECT name. Examine the OMEGUEXB member for a complete list of modifications necessary.