Previous Topic: XMS Address Spaces

Next Topic: Multi-Session Managers Using Virtual LU Names


CICS XMS Subtask Startup

Use one of these methods to start the XMS subtask automatically:

  1. When the CICS region is started, use the DFHPLTPI definition to automatically start the XMS subtask.
  2. Define a transaction for the EC0CINIT program to allow for manual startup.
  3. Write a CICS program to transfer control (XCTL) to EC0CINIT when you want to start the XMS subtask.

Until the XMS subtask is started, expect the transactions referencing EC0XMCIC to terminate with an error message that indicates that the XMS subtask is not active.

Note: