Examples of Using the Dynamic CTF Command Line Utility

The following example removes tracing for low-level I/O run-time events, but also adds tracing for memory allocation/deallocation and catalog events in the File Handler for the COBOL application running as process ID 6765.

cblctd -Cf mf.rts:fsys -Ct mf.mffh.xfh:memory,catalog -p 6765  

The following example applies the CTF tracing options listed in the myctfopts.log file to the COBOL application running as process ID 1244. The options in the log file should take the same format as described in the Dynamic CTF Syntax Options section.

cblctd -f myctfopts.log -p 1244