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

CICS Intertest - Break point setting


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
venktv

New User


Joined: 29 Mar 2006
Posts: 59
Location: Montreal

PostPosted: Thu Apr 09, 2009 2:39 pm
Reply with quote

Hi All,

Recently I have coded new program and started to execute in using inter-test tool. I am able to create break point at few statements. But I am not able to create the break point at desired COBOL statement. For example

I am able to set the break point at first statement and not able to set for second statement

U 000865 200-DISP-SCRN-FRST-TIME. - Possible to set for this statement
_ 000866 PERFORM 800-RECEIVE-MAP. -Not able to set breakpoint to this statement
_ 000867 PERFORM 200-VALIDATE-SEARCH-KEYS.
_ 000868 PERFORM 200-GET-DATA-AETPSMB.


Could you please let me know how it can be fixed?

Please ignore this mail if you are not supposed to answer like this issue.

Thanks
Back to top
View user's profile Send private message
himanshu7

Active User


Joined: 28 Aug 2007
Posts: 131
Location: At Desk

PostPosted: Thu Apr 09, 2009 6:10 pm
Reply with quote

Hi venktv,
This is very specific.If you need some doc to refer from for intertest then please PM.
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 Apr 09, 2009 8:55 pm
Reply with quote

Hello,

If you need documentation and your organization is licsnsed to use CA-Intertest, all of the documentation is available for free from Computer Associates (CA). The CA material is covered by copyright.

We may neither post nor link to copyright material from our forum.

If people using the forum are caught sharing copyright material they may be banned from the forum. Do not share copyright material. . .
Back to top
View user's profile Send private message
Felix61

New User


Joined: 09 Apr 2009
Posts: 14
Location: NJ

PostPosted: Fri Apr 10, 2009 1:02 am
Reply with quote

Hi,
Did you try doing this: cntl=on,prog=(name),ubp='PERFORM 800-RECEIVE-MAP'
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Fri Apr 10, 2009 1:49 am
Reply with quote

Quote:
U 000865 200-DISP-SCRN-FRST-TIME. - Possible to set for this statement
_ 000866 PERFORM 800-RECEIVE-MAP. -Not able to set breakpoint to this statement
What is the problem, both statements have the same memory address, a breakpoint on either line will be the same for both.
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Fri Apr 10, 2009 1:55 am
Reply with quote

Based on the way other debugging monitors work, I'd guess that your breakpoint at line 865 actually set a breakpoint at line 866 since the PERFORM statement is the first executable statement in paragraph 200-... Try removing the 865 breakpoint and setting one at 866 instead. I think it'll work that way also. InterTest, Expediter, and TraceMaster all work in a very similar fashion.
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Fri Apr 10, 2009 3:49 am
Reply with quote

intertest will allow you to put a break point a the paragraph statement as well as any of the statements in that paragraph.

Code:
    002028*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
U   002029 1500-ENTER-KEY-PROCESS.   
    002030
U   002031     IF WS-COMMAND-REQUEST NOT = CA-CMD-REQUEST
_   002032       MOVE WS-COMMAND-REQUEST TO CA-CMD-REQUEST
    002033
_   002034       SET WS-INITIALIZE TO TRUE
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Point and Shoot )PTNS TSO/ISPF 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top