-ctf

Compiles code enabled for use of the Consolidated Tracing Facility (CTF Trace).
Note: For information about using CTF Trace with PL/I, see CTF Trace.

Syntax

-ctf "event-severity,type"

Parameters

event-severity
0 Debug
1 Info
2 Warning
3 Error
4 Severe
type
8 #syspgm (system program, Micro Focus use only)
16 #pgm (user program)

Examples

-ctf "0,16"

Generates a trace for debug level, and #pgm PL/I tracing flags in CTF Trace configuration.

-ctf "3,16"

Generates a trace for error level, and #pgm PL/I tracing flags in CTF Trace configuration.

Tip: Error level trace (3) provides a minimal amount of data, which can make isolating a problem easier in that extraneous data is omitted.