The CICS ACL does not appear to start.
Is there a way to trace the flow of an ACL.
Release : 5.4
Component : CA-TPX for Z/OS
To Trace an ACL flow, change the following statement in the ACL from :
OPTION FLOW,OFF *** DEBUG **
to
OPTION FLOW,ON *** DEBUG **
Reload ACL, using TPXOPER. The next time the ACL is triggered, there should be trace entries appended in the TPX LOG showing the ACL FLOW.