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

Intertest


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

New User


Joined: 20 Dec 2007
Posts: 8
Location: India

PostPosted: Wed Feb 03, 2010 2:00 pm
Reply with quote

I have a CICS code, which I am trying to debug using Intertest.

- I type LIST command and give the program name and then set an unconditional break point on code (very first ine of code)

But when I try to execute the program, the code does not enter the LIST, instead it executes.
Back to top
View user's profile Send private message
srvmani
Warnings : 1

New User


Joined: 30 Dec 2003
Posts: 19

PostPosted: Wed Feb 03, 2010 2:14 pm
Reply with quote

If it is a fron end program(mens a transaction associated with program) you should give the trans id in the terminal. On flow if any where the trans id with your program encounter automatically you program will come into the intertest.

Code the break point in the procedure division.

If it is the back end program. It is a different case. I this you got my point.

Thanks
Subba
Back to top
View user's profile Send private message
Jain Abhinav

New User


Joined: 20 Dec 2007
Posts: 8
Location: India

PostPosted: Wed Feb 03, 2010 3:26 pm
Reply with quote

It is a front end COBOL DB2 CICS code, and I am entering the transaction on the terminal.

But still the code is not executing on Intertest.
Back to top
View user's profile Send private message
srvmani
Warnings : 1

New User


Joined: 30 Dec 2003
Posts: 19

PostPosted: Wed Feb 03, 2010 5:29 pm
Reply with quote

So if your shop having the intertest. Do the following steps.

1) go to the region
2) clear the screen
3) type cntl and press enter

please fill as it is in the fields

Select function by number: __ 11
Program Names ________ XXXXXXXX

press enter

Statement
Numbers: _____ 0001

Term ID (or .ANY or .NO) where breakpoints will take effect: ____.any
Term ID (or .ANY) that will receive the breakpoints: ____.any

press f3 come out of the screen

now give your transaction.

If still wont work
Recompile and give newcopy and repeat the same steps

once complete your work

please release the program from the list with
cntl=off,prog=XXXXXXXX

Thanks
Subba
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 Intertest Batch issue with called ass... COBOL Programming 4
No new posts Error while trying to access Online I... CA Products 2
No new posts CA Intertest Batch CA Products 0
No new posts Changeman & Intertest CA Products 7
No new posts New load issue in Intertest CA Products 1
Search our Forums:

Back to Top