Installing required IMS links to z/OS
You must install these modules and procedures on your z/OS® system.
Stage 2 of IMS system definition might make the following
modifications:
- Binds the CTC Channel-end Appendage routine (if the MSC with the CTC option is defined) into IMS.SDFSRESL
- Copies cataloged procedures into IMS.PROCLIB
In addition, you must run JCL to bind the
following modules into IMS.SDFSRESL:
- Type 2 SVC routine. If you specify
TYPE=GEN,SVC2=xxx
in the DFSIDEF macro, where xxx is the type 2 SVC number, sample JCL is generated that you can use to bind the module. - DBRC Type 4 SVC routine. If you specify
TYPE=GEN,SVC4=yyy
in the DFSIDEF macro, where yyy is the type 4 SVC number, sample JCL is generated that you can use to bind the module.
The following table provides is an overview of the actions needed in order for your IMS system to run under z/OS.
Action | DB batch system | DBCTL system | DB/DC system | DCCTL system |
---|---|---|---|---|
Bind the Type 2 SVC with the z/OS nucleus | Yes | Yes | Yes | Yes |
Load the Type 2 SVC from
SYS1.NUCLEUS using one of the following methods:
|
Yes | Yes | Yes | Yes |
Bind the DBRC Type 4 SVC module into LPALIB (or, optionally, into an MLPA library) | Yes | Yes | Yes | Yes |
The following table shows the modules that are required by the z/OS interface. The table shows the module name in its distribution library (IMS.ADFSLOAD) and the load module name in its target library (IMS.SDFSRESL) after the module is bound.
IMS.ADFSLOAD | IMS.SDFSRESL | Description |
---|---|---|
DFSVC200 2 | IGCiii 2 | Type 2 SVC Vector routine 3 |
DSP00MVS1 | IGC00nnn1 | DBRC Type 4 SVC routine 3 |
Notes:
|