START in TOR and AOR.

Customer Information Control System. Middleware and MQ Series.
Post Reply
Mahesh Ayyar
Registered Member
Posts: 13
Joined: Thu Jan 16, 2014 4:48 pm

START in TOR and AOR.

Post by Mahesh Ayyar »

I have a transaction which calls multiple transactions dynamically based on user input(kind of menu). Any idea on EXEC CICS START TRANSID command which we can execute in TOR? Because in AOR this is working fine. But in TOR not working. I used sample like below

EXEC CICS
START
TRANSID(TRANSACTION-ID)
TERMID(EIBTRMID)
END-EXEC
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: START in TOR and AOR.

Post by Robert Sample »

But in TOR not working.
This is a COMPLETELY USELESS comment to make. HOW is it not working? Did you get a CICS RESP code and if so, which one? Did you get an application error? Did the program generate a system error and if so which one? Did you get any messages on the CICS user message log? In other words, there is much you could have told us that we could use to help you but with what you've posted so far there's nothing we can say.

Have you tried using the TOR SYSID in the EXEC CICS START command?

Note that depending upon how your site CICS is set up, it may be difficult or even impossible for you to start the transaction in the TOR.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “CICS, Middleware and MQ Series.”