Accessing external systems from within IMS

IMS™ application programs can access external systems to use data that resides in those external system or to interact with business logic that resides outside of the IMS environment.

IMS application programs that want to use external subsystem data can use either or both of the following facilities:

You can specify both ESAF and DB2RRMS access in one SSM PROCLIB member.

IMS application programs that want to interact with business logic that resides outside of the IMS environment can do so using the IMS callout function. The callout requests can be either synchronous or asynchronous. The target of the callout request can be:

Related reading:
  • For more information about installing and defining external subsystems to IMS, see:
    • Accessing multiple external subsystems in IMS Version 13 Communications and Connections.
    • Specifying the SSM= EXEC parameter in IMS Version 13 System Definition.
  • For more information about the software requirements of the callout function, see IMS Version 13 Release Planning. For more information about how application programs can use the callout function, see IMS Version 13 Application Programming.