IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is Transaction looping happens if CICS region down


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vin12pr
Warnings : 1

New User


Joined: 14 Jun 2006
Posts: 56

PostPosted: Tue Oct 17, 2006 9:53 am
Reply with quote

Hi ,

I have a transaction in my application.Its getting in to a loop.what may be the reason.

I would like to say one thing.our CICS region when this happened.

Is this looping related to CICS being down??

Thnx,
Vinay
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Oct 17, 2006 11:42 am
Reply with quote

How can you run a CICS program when CICS is down? icon_rolleyes.gif

O.
Back to top
View user's profile Send private message
vinit_infy
Warnings : 1

New User


Joined: 07 Apr 2005
Posts: 56

PostPosted: Thu Oct 19, 2006 11:24 am
Reply with quote

Yes, looping of any trans can be the cause of CICS down. It might be happen if your program going in loop due to some error in logical boundation in PERFORM ..UNTIL , etc.

When there is looping all the resources is being allocated to handle the looping execution and at last the system goes down.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Oct 19, 2006 7:06 pm
Reply with quote

And if you have a table (OCCURS) in working storage, a loop can easily do a few STORAGE VIOLATIONs.
When a vital part of the memory is reached, CICS will abort.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top