Shows a sample CTF configuration file, 
                  		ctf.cfg, for PL/I tracing. 
                  	 
 
            	 #
#  CTF Configuration Starting point for Open PLI Problem Determination
#  (Maximum amount of Open PL/I CTF tracing  )
#  If your application generates too much trace data using these settings
#  ask your customer care rep about the FDS that dynamically turns on/off
#  CTF settings.
#
mftrace.dest=textfile
mftrace.application=cassi
mftrace.emitter.textfile#Format = $(TIME) $(THREAD) $(COMPONENT) $(EVENT) $(LEVEL) :$(DATA)
mftrace.emitter.es#level = 9999
# Where do you want the logs to go?
mftrace.emitter.textfile#location = c:\jcl\logs
################################################
# PL/I RTS Tracing
################################################
mftrace.level.mf.rts                    = info
#mftrace.comp.mf.rts#pgmload             = true
mftrace.level.mf.rts.pli                = debug
mftrace.comp.mf.rts.pli#all             = true
################################################
# JCL Tracing
################################################
mftrace.level.mf.mvs.mfjcl              = debug
mftrace.comp.mf.mvs.mfjcl#msgs          = true