Joined: 24 May 2005 Posts: 36 Topics: 20 Location: chennai
Posted: Sun Feb 04, 2007 9:09 pm Post subject: CICS Interval
Hi all,
I have a question. I have START TRANSID command with Interval. As per my understanding, when it has value say INTERVAL (1500), it will wait for 1500 seconds to start the transaction. But I got Interval (0). What this means. Will it trigger the transaction immediately or will have some negative impact. Why because, the program that has this statement is running infinitely and not ending properly. Please help.
Joined: 06 Dec 2002 Posts: 117 Topics: 44 Location: Chennai,India
Posted: Mon Feb 05, 2007 4:05 am Post subject:
Hi shankar,
The default is INTERVAL(0), that means transaction will be started immediately.
check whether your program has logical error which causes infinite loop.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum