RMF Performance Exceptions in RMF III is pretty decent for detecting looping 
conditions.  You can find out a document how to install this product from;
 
Title: How to Generate WTO Messages from RMF Performance Exceptions

www.ibm.com/support/techdocs


You will have to update ERBR3WFX CLIST, and may want to put some exceptions in 
order to bypass certain conditions that you don't want catch. Otherwise it will 
keep you a pager slave;

In ERBR3WFX Sub-routine: Wfex_handler_2,


If  SUBSTR(wfxname,1,4) = 'ALL ' &,          
    SUBSTR(wfxreasn,1,4) = 'PROC'     &,     
    INDEX(wfxpcaus,'looping')  ¬= 0          
Then Do                                      
If (SUBSTR(wfxreasn,6,4) ¬= 'XXXX') &,       
Then Do                                      
                                             
msg= "RMFL00I" SUBSTR(wfxpcaus,1,35)         
"SELECT PGM(ERBCSWTO) PARM("msg")"           
                                             

John Kim
  

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of 
Joel C. Ewing
Sent: Saturday, December 05, 2009 10:20 AM
To: [email protected]
Subject: Re: Detect the loop for batch job

On 12/04/2009 10:14 AM, bjbxd wrote:
> Hello List,
> We are looking for a tool to detect the loop for batch application,
> any suggestion are appreciated.
> 
> My shop is runing z/OS, application is C/C++.
> Bob.



The information transmitted is intended only for the addressee and may contain 
confidential, proprietary and/or privileged material. Any unauthorized review, 
distribution or other use of or the taking of any action in reliance upon this 
information is prohibited. If you receive this in error, please contact the 
sender and delete or destroy this message and any copies.

----------------------------------------------------------------------
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