View previous topic :: View next topic |
Author |
Message |
prog_mario Beginner
Joined: 08 Sep 2007 Posts: 86 Topics: 27
|
Posted: Thu Feb 17, 2011 10:14 am Post subject: Debug tool (DTCN) |
|
|
Hi everyone,
I'm new to debug tool and I need to debug a CICS program which is started by a previouos CICS program. But after set up DTCN I can't get the debugger working for that program.
Are ther any special set up? _________________ The more I learn, the more I want to learn. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
prog_mario Beginner
Joined: 08 Sep 2007 Posts: 86 Topics: 27
|
Posted: Thu Feb 17, 2011 6:19 pm Post subject: |
|
|
Thank you Kolusu, for the link.
I think I found what's wrong.
I have a program that is called by cics start transid instruction.
This program is supposed to print some information previously selected in the calling program. The problem is that the terminal id (to which the print information should be sent to) is not properly registered inside my test zone, and, the program, in fact, had abended with a unknown error because the programmer whom had encoded it didn't treat any possible error that could occur. Today I executed the program using CEDF and I found out that the error is a invalid terminal id. I'll just need to register the id that I'm working with, or simply find out a valid id. Anyway, this pdf will be really helpfull, I sure that it will.
Thanks again for helping.
All the best.
_________________ The more I learn, the more I want to learn. |
|
Back to top |
|
|
|
|