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

How do we know a call chain of elements for a RC 0000.


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Arun S

New User


Joined: 24 Sep 2008
Posts: 2
Location: Hyderabad

PostPosted: Thu Sep 25, 2008 1:46 pm
Reply with quote

I am into a maintenance project of CYBERLIFE. In one of the phases around 800-1000 elements ( COBOL / ASSEMBLERS linked to a load using link cards ) are involved. Whenever a problem occurs it takes hell a lot of time to trace the affected element 1st. Is there any way to get an active call chain of elements flow without modifying the programs?? ( If an abend occurs we do get a reverse call chain ) . Similarly is there any possibility to get the chain for Return Code 0 ??
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Sep 25, 2008 8:14 pm
Reply with quote

Hello Arun and welcome to the forum,

If one of the components abends, it should be identified along with the abend info. If you want to know "how you got there", you should be able to trace backwards (assuming all of the participants follow standard linkage conventions). And yes, it can be rather tedious. . . icon_wink.gif

I'd suggest talking with your system programmer(s) for guidance on how to do this on your system.
Back to top
View user's profile Send private message
Arun S

New User


Joined: 24 Sep 2008
Posts: 2
Location: Hyderabad

PostPosted: Mon Sep 29, 2008 12:03 pm
Reply with quote

Thanks for your suggestions. We normally track the flow in an element using Cobtrace func. But to find if an element is there in the flow, it is through hit or miss only.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Volume chain using DFSORT DFSORT/ICETOOL 17
No new posts Batch call online program, EXCI task ... CICS 3
No new posts CSQBGET - Call giving completion code... COBOL Programming 3
Search our Forums:

Back to Top