Running applications on CICS that use the type-2 IMS Universal drivers

To run a CICS® application program that accesses IMS DB through a IMS Universal driver, you must perform several steps.

To run a Java™ application in CICS that accesses IMS DB through a type-2 IMS Universal driver, complete the following steps.

Procedure

  1. Start IMS DB and CICS.
  2. Turn off the uppercase translation feature of CICS by entering: CEOT NOUCTRAN
  3. Define a program that can run the Java application (JVM class).
  4. Define a transaction that can run the program.
  5. Install the program that you defined to run the Java application (JVM class).
  6. Install the transaction that you defined to run the Java application (JVM class).