by Robert Sample » Thu Apr 18, 2013 4:01 am
There are packages, such as Xpediter/CICS, which allow you to step through a CICS program line by line. They are not cheap, however, and if your site does not already have one installed then the cost to install would be tens or hundreds of thousands of US dollars.
In the absence of such tools, you might want to investigate using EXEC CICS WRITEQ TD at key points of your program code; your site support group can tell you the name of the TD queue that contains the CICS message log. Writing your program output to the message log simplifies finding it, usually.