Skip to main content

This article explains how to debug asynchronous CICS transactions.

Problem:

In a CICS session a transaction program is called asynchronously by means of the following statement:

EXEC CICS START TRANSID('AC05') TERMID('L86O') END-EXEC.

Do you know any option/setting to animate the second transaction program?

Resolution:

Try additional Compiler Directive INITCALL"CBL_DEBUGBREAK" for the asynchronously started transaction. This should initiate a second debug session.

Incident Number: 2282328

Old KB# 14752

#MFDS
#EnterpriseDeveloper