it depends what you mean by loops.
if the loops are generating actual cics abends, then you can trap those
in AO. the CICS/AO feature also lets you set thresholds for the number
of allowable abends within a period of time.
However, a real CICS loop will not abend nor be detected by the ICVR
interval nor would it necessarily create a short on storage condition.
But it may use up alot of cpu time which the AO health checking feature
might catch if the loop slows down the region enough so that no response
is given to health checking within the required interval.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jim McAlpine
Sent: Thursday, May 29, 2008 11:43 AM
To: [email protected]
Subject: Re: Detecting looping CICS transaction

>
> "Dave Menist" <[EMAIL PROTECTED]> wrote in message
>
news:<[EMAIL PROTECTED]>
> ...
> > Hi,
> >
> > I hope that someone can help with or has some insights into the
> > following questions.
> >
> > Is it possible to detect if a CICS transaction is looping in such a
> > way that it can be passed on to AOC? AOC is used to generate a IRM-a
> > ticket which is the trigger to start investigating. I know there is
> > the "CICS under stress" message which may indicate that a trx is
> > looping. But it might also be something else.
> >
> > Are there other more precise ways to detect a looping trx? (that can
> > be passed on to AOC)
> >
> > The reason for asking these questions is to minimize the reaction
time
> > and to start investigating as quickly as possible. Hopefully
> > minimizing the inconvience to other developers.
> >
> > Thanks,
> > Dave
> >


We have a monitor that attempts to detect when ANY address space is
looping
and issue a message which can be trapped by your automation tool.  It's
not
my code but I must have got it from someone on this list but I don't
know
the legality of passing it on.

Jim McAlpine

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to