The PERFORM return cells are in the Cobol TGT data area. There should be a map in the compile listing. It's been a long time, but I used to be able to decipher this answer.
Dave Gibney Information Technology Services Washington State University > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of McKown, John > Sent: Friday, April 08, 2011 12:04 PM > To: [email protected] > Subject: COBOL abend debug question with AbendAid/CICS dump > > I am not really a COBOL programmer. But I am familar with COBOL. Anyway, > we had a looping transaction in CICS/TS 3.2 on z/OS 1.10. I used a monitor > program - Mainview for CICS from BMC, to abend the transaction. This > produced an AbendAid/CICS dump. Which is of little use because our COBOL > code is very PERFORM heavy. Basically what the dump showed was that I > was in a paragraph which looked mainly like: > > DO-READ. > EXEC CICS READ ... > END EXEC. > > > The paragraph DO-READ is referenced via a PERFORM verb in about 10 > different places to read this file. How do I tell which PERFORM was the one > which was most likely looping? I.e. I know how to backtrace a series of CALL > verbs via save areas. But how is this done for a PERFORM backtrace? > > John McKown > Systems Engineer IV > IT > > Administrative Services Group > > HealthMarkets(r) > > 9151 Boulevard 26 * N. Richland Hills * TX 76010 > (817) 255-3225 phone * > [email protected] * www.HealthMarkets.com > > Confidentiality Notice: This e-mail message may contain confidential or > proprietary information. If you are not the intended recipient, please contact > the sender by reply e-mail and destroy all copies of the original message. > HealthMarkets(r) is the brand name for products underwritten and issued by > the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life > Insurance Company(r), Mid-West National Life Insurance Company of > TennesseeSM and The MEGA Life and Health Insurance Company.SM > > > ---------------------------------------------------------------------- > 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

