Joined: 31 Mar 2005 Posts: 386 Location: chennai, India
I assume your question as "during the execution of CICS DELAY"
EXEC CICS DELAY has a counter that will start counting until it reaches the specified time limit.So it tells that it still utilising the resource during its execution.
Joined: 18 Aug 2005 Posts: 10 Location: Bangalore,India
I also had a similar issue. I was using EXEC CICS Delay between to LINKS. After the delay statement got executed, the PGM1 was still utilizing the resources and hence the Pgm 2 could not complete functioning. I had to use EXEC CICS RETURN in order to free the resources used by PGM1
I Have a doubt regarding this.so as radha krishanan said that the propgram1 will hold the resourses until the delay is reached.Suppouse if the program is gloing in to infinite loop,what will happenn??How can i suspend that particular task?