Debug a subroutine via EXEC CICS LINK or XCTL
Q:
How do I debug a subroutine invoked via EXEC CICS LINK or EXEC CICS XCTL?
A:
- You must set a HALT at START for the subroutine name (cannot STEP into the subroutine).
- There is no need to debug the main program.
- Use the Include/Exclude (Option 8.C) as needed to include or exclude routines.