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

Epeditor break points for tracking a paragraph


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sunilkumarsaini

New User


Joined: 25 Jul 2008
Posts: 13
Location: chandigarh

PostPosted: Tue Jul 29, 2008 1:42 pm
Reply with quote

Hi,

Actually I am debugging a cobol prograsm throgh expeditor and I am tracking a paragraph which is performed from about 100 different places.is there any way that i can give break points on all that statements which are performing that paragraph with a single statement instead of going to 100 deifferent statment and giving break points ??!
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jul 29, 2008 1:52 pm
Reply with quote

Why not putting a breakpoint at the first statement of the paragraph??? icon_eek.gif

O.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Tue Jul 29, 2008 2:00 pm
Reply with quote

O,

Quote:
Why not putting a breakpoint at the first statement of the paragraph???


By doing so, he will not know from where that para was called. I think he wants the entire flow.

If your requirement is to find from where this para is called, try this.

- Put a break point at the procedure division.
- Issue "MON" to monitor the flow.
- Put a break point at the first statement inside the paragraph.
- Press F12 twice so that the control comes to this para
- Then issue 'REV' for reverse and hence you can find from where the para was called.
Back to top
View user's profile Send private message
sudhakar84

New User


Joined: 20 Jun 2008
Posts: 25
Location: chennai

PostPosted: Tue Jul 29, 2008 2:02 pm
Reply with quote

Its better u put a break point in the paragraph which is called for 100 times.
Back to top
View user's profile Send private message
Sunilkumarsaini

New User


Joined: 25 Jul 2008
Posts: 13
Location: chandigarh

PostPosted: Tue Jul 29, 2008 2:14 pm
Reply with quote

Thanks Dudes it worked...
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Tue Jul 29, 2008 3:32 pm
Reply with quote

Sunil,

Quote:
Thanks Dudes it worked...


Good that it worked. Did you put break points in all the places?? How did it get resolved?
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
No new posts Break a record into fields, each fiel... SYNCSORT 2
No new posts On a team working on a new project fo... All Other Mainframe Topics 2
No new posts Missing SECTION break DFSORT/ICETOOL 9
No new posts Break Auto update screen without message TSO/ISPF 2
Search our Forums:

Back to Top