z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sysplex Services for Communication

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

Cross-system coupling (XCF) services allow multiple instances of an application or subsystem, running on different systems in a sysplex, to share status information and communicate with each other.

Your application or subsystem might consist of multiple instances, each running on a different system in the same sysplex. Typically, each instance performs certain functions for the application as a whole. For example, one instance of a database application might write changed database information to permanent storage on behalf of all instances of the application. Alternatively, each instance could perform all the application's functions on a given system.

Instances of an application can use XCF services to communicate with each other. They can:
  • Inform others of their status (active, failed, etc...)
  • Obtain information about the status of the other instances of the application.
  • Send messages to and receive messages from each other.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014