Results 1 to 3 of 3

Thread: CICS Transaction Calls

  1. #1

    Default CICS Transaction Calls

    I am currently working on a project that will require me to make a CICS transaction call.

    I am using Spring V2.0 + Ibatis + Tomcat V6.

    I have never done anything like this so any help is greatly appreciated.

  2. #2

    Default

    You will not be able to make CICS calls directly. You have two options here:

    1) Use MQ to deliver a message to CICS
    2) Use the IBM CICS Transaction Gateway (CTG)

  3. #3

    Default

    Which one of these technologies can I use in conjunction with Tomcat?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •