Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  Debug Tool CICS - debugging DPL programs.

    Posted Tue November 27, 2012 11:00 AM
    I have defined inside RDT one CICS TOR and one CICS AOR.
    I have installed Debug Tool in AOR region (where there are defined programs).
    - Using DTCN in AOR, I configured my session.
    - I execute from TOR the transaction related with the program I want to debug.
    - DTCN does not captured my program, although the program execution ended OK.

    In other test I defined the transaction in AOR.
    - Using DTCN in AOR, I configured my session attempting to debug the same program.
    - I execute from AOR the transaction related with the program I want to debug.
    - DTCN captures the program, and it starts my debug session.

    For that, Can I debug DPL programs in an environment traditional TOR-AOR?. If yes, how can I do it?.
    Thank you in advance.
    SystemAdmin


  • 2.  Re: Debug Tool CICS - debugging DPL programs.

    Posted Tue November 27, 2012 01:21 PM
    We don't directly support the z/OS software stack running on RD&T. This looks like an issue dealing with the Debugger component of PD Tools. For best results, I suggest you open this item in a PD Tools forum.

    RDzJohn
    RDzJohn


  • 3.  Re: Debug Tool CICS - debugging DPL programs.

    Posted Wed November 28, 2012 09:30 AM
    Yes, you can.
    Please follow the setup instructions for your scenario in the Debug Tool Customization Guide under chapter
    Adding support for debugging under CICS.
    SystemAdmin


  • 4.  Re: Debug Tool CICS - debugging DPL programs.

    Posted Wed November 28, 2012 10:03 AM
    Gracias Rafa.

    I will reda and follow this instructions.
    SystemAdmin