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
- Start IMS DB and CICS.
- Turn off the uppercase translation feature of CICS by entering:
CEOT NOUCTRAN
- Define a program that can run the Java application (JVM class).
- Define a transaction that can run the program.
- Install the program that you defined to run the Java application (JVM class).
- Install the transaction that you defined to run the Java application (JVM class).