Load modules
These load modules must be installed in your CICS region in order to use shared data tables.
| Load module | Load library | How loaded | Description |
|---|---|---|---|
| DFHDTINS | SDFHLOAD | CICS load above the 16 MB line | Initialization |
| DFHDTSVC | SDFHLINK | MVS LOAD above the 16 MB line from link-list | Performs all functions that need MVS authorization |
| DFHDTFOR | SDFHAUTH | MVS LOAD above the 16 MB line | Data table FOR module |
| DFHDTAM | SDFHAUTH | MVS LOAD into subpool 252 storage above the 16 MB line | Data table access manager. It includes code that is executed in cross-memory mode from an AOR |
| DFHDTAOR | SDFHAUTH | MVS LOAD above the 16 MB line | Data table AOR module |
| DFHDTCV | SDFHLINK | MVS LOAD into ECSA from link-list | Connection validation (AOR) |
| DFHDTXS | SDFHAUTH | MVS LOAD into ECSA | Connection security checking (FOR) |
| DFHMVRMS | SDFHLINK | MVS LOAD above the 16 MB line from link-list | Resource manager EOT/EOM interface code |