Team Debug for COBOL with RDz
5 answers
Have you looked at this :
http://www-01.ibm.com/support/docview.wss?=&uid=swg21409932 ?
Thanks
Nicolas
"naga" <naga> wrote in message
news:hk4m6n$2jt$1@localhost.localdomain...
http://www-01.ibm.com/support/docview.wss?=&uid=swg21409932 ?
Thanks
Nicolas
"naga" <naga> wrote in message
news:hk4m6n$2jt$1@localhost.localdomain...
Tried to find some information on How to start a Team Debug of a
remote debug ( COBOL on z/OS) session, but could not find .
Please can you help?
I am using the RTCz (2001) integration with RDZ 7.6.
Thanks for the direction, This doc is what I am looking for..
BUt, I followed the instructions , but when I start the Job with the debug paramters for Team debug , the Jobs just runs to the end and does not enter in "debug mode".
Any help on this?
BUt, I followed the instructions , but when I start the Job with the debug paramters for Team debug , the Jobs just runs to the end and does not enter in "debug mode".
Any help on this?
Have you looked at this :
http://www-01.ibm.com/support/docview.wss?=&uid=swg21409932 ?
Thanks
Nicolas
Jorge,
Did you activate the debug profile in CICS? See http://www.ibm.com/developerworks/rational/library/09/rationalteamconcertsystemzjazz2/index.html
or http://www-01.ibm.com/software/tivoli/systemz-advisor/2009-11/CICS_debugging.html?S_TACT=105AGX15&S_CMP=ART for some more details about configuring the CICS debug side of things
Did you activate the debug profile in CICS? See http://www.ibm.com/developerworks/rational/library/09/rationalteamconcertsystemzjazz2/index.html
or http://www-01.ibm.com/software/tivoli/systemz-advisor/2009-11/CICS_debugging.html?S_TACT=105AGX15&S_CMP=ART for some more details about configuring the CICS debug side of things
Thanks for the direction, This doc is what I am looking for..
BUt, I followed the instructions , but when I start the Job with the debug paramters for Team debug , the Jobs just runs to the end and does not enter in "debug mode".
Any help on this?
Have you looked at this :
http://www-01.ibm.com/support/docview.wss?=&uid=swg21409932 ?
Thanks
Nicolas
Looks like there is a missing step in the tech note.
The RTCz server is shipped with Team Debug disabled.
Follow these steps to enable the team debug service:
1) log into the admin page of the RTCz server
(append "/admin" to the end of the URL used to access the repository
2) go to the advanced properties
3) search for "team debug"
4) the installed default for the port is -1 meaning disabled
Set the port to a valid port number that is not blocked by a firewall.
If you set to a port that is in use a message should appear warning of the problem.
5) press save to apply the new port
Retry your debug testcase and it should start in team debug mode.
The RTCz server is shipped with Team Debug disabled.
Follow these steps to enable the team debug service:
1) log into the admin page of the RTCz server
(append "/admin" to the end of the URL used to access the repository
2) go to the advanced properties
3) search for "team debug"
4) the installed default for the port is -1 meaning disabled
Set the port to a valid port number that is not blocked by a firewall.
If you set to a port that is in use a message should appear warning of the problem.
5) press save to apply the new port
Retry your debug testcase and it should start in team debug mode.