Natural SYSRDC exit and Omegamon

I have installed the ADABAS exits for Omegamon and are seeing the SMF records. Now looking to do the Natural SYSRDC exit and i am having problems.

From what i could read in both sets of manuals I needed to add the Omegamon exit KOCATL00 to the CICS Nucleus NC824RE . So in job NCII080 i added

-------------------------------------------------------------------
NTRDC ON, X
EXIT=KOCATL00, X
FNAT=ON, X
SIZE=2
-------------------------------------------------------------------

and in the NC824RE link step added

//OMEGLIB DD DSN=TIVOLI.RSMP.RKANMOD,DISP=SHR

INCLUDE OMEGLIB(KOCATL00) Omegamon exit

The job ran OK . But when I run the N824 transaction in CICS I get errors during initilisation

NAT7390 KOCATL00 not linked / not found.

Should I be doing the above to NAT824SH nucleus in job NATI060.

Do I need an exit name parmeter . Is KOCATL00 the entrypoint ?

The Omegamon documentation refers to the NATRDC . This needs to be linked in as well…

quote
Add the following linkage-editor control statement to the linkage-editor input stream after the
INCLUDE statement for NATRDC:
INCLUDE RKANMOD(KOCATL00)

I cant find a load module for NATRDC in the SAG load libraries…

Help and thanks