The following table lists the entry points for INMOD routines.
| INMOD Routine Language | Entry Point |
|---|---|
| IBM C, on z/OS platforms | _dynamn |
| COBOL and PL/I on z/OS platform | DYNAMN |
| C on UNIX and Windows platforms | _dynamn (or BLKEXIT*) *Only for FDL-compatible INMODs compiled and linked with BLKEXIT as the entry point. When the FDL-compatible INMOD is used, USING(“FDLINMOD”) must be specified in the IMPORT statement. |
The following table lists the entry points for Notify Exit routines.
| Notify Exit Routine Language | Entry Point |
|---|---|
| IBM C on z/OS platforms | _dynamn |
| z/OS platform | DYNAMN |
| C on UNIX and Windows platforms | _dynamn |