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

Expediting a subprogram from an entry point


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

New User


Joined: 15 Sep 2008
Posts: 36
Location: Bangalore

PostPosted: Fri Oct 02, 2009 7:31 pm
Reply with quote

Hi,

I am facing a problem while expediting a program which calls sub program.

Let us say X is the main program and Y is the sub progaram.

consider A, B,C,D as different Entry points in the Sub program Y.

While Entry A is being called at the time of expediting main program X, if i would like to go inside the Subprogram, i am not able to go inside.

The error message that is being displayed is that 'Source module not found'.

If am not wrong DDIO file will be referencing to the sub program Y and not its different entry points. So am not able to go inside the sub program when entry points are being called from Main program X.

Please let me know how to do it.

Thanks in advance
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Oct 02, 2009 8:27 pm
Reply with quote

When you start your Xpediter session, enter SOURCE Y. Add breakpoints after each ENTRY statement to halt during testing. Use SOURCE X to get back to your main program. You can then debug the subroutine with source code support. I've tested this today and proved the method.
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 Point and Shoot )PTNS TSO/ISPF 0
No new posts How to go into a subprogram in IBM De... IBM Tools 5
No new posts A directory in the pathname was not f... ABENDS & Debugging 0
No new posts How to remove DECIMAL POINT (.) from ... SYNCSORT 10
No new posts Parallel Sysplex - subprogram execution CICS 7
Search our Forums:

Back to Top