CA Gen includes a Diagram Trace Facility (DTF) to trace block mode and server CICS applications, at the diagram source level. To use this facility, add a transaction and program definition for DTF and another for TFDI, or use the DEFCICS job to do this for you, as follows:
Transaction Definitions
DEFINE TRANSACTION(DTF) DESCRIPTION(?????) PROGRAM(DTF) TWASIZE(0) TASKDATALOC(any) TASKDATAKEY(user)
DEFINE TRANSACTION(TFDI) DESCRIPTION(?????) PROGRAM(TFDI) TWASIZE(1200) TASKDATALOC(any) TASKDATAKEY(user)
Program Definitions
DEFINE PROGRAM(DTF) DESCRIPTION(?????) LANGUAGE(Le370) DATALOC(any) EXECKEY(user)
DEFINE PROGRAM(TFDI) DESCRIPTION(?????) LANGUAGE(Le370) DATALOC(any) EXECKEY(user)
Note: Transaction DTF no longer requires a TWASIZE of 8 bytes. Transaction TFDI still requires a TWASIZE of 1200 bytes.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|