Previous Topic Next topic Print topic


Using the PL/I Compile Time User Exit

The PL/I compile-time user exit allows an installation to monitor compile-time messages. Every message that is issued by various components of PL/I is first subjected to the -f compile-time option. If the message is not suppressed by the -f option, it is presented to the user exit.

The user exit can:

Note: The user exit API is a trusted interface and is running as part of the compilation process and therefore could affect its stability.

You can modify the provided user exit to suit your needs. It can be used to gather compile-time information for later or real-time analysis.

The compile-time user exit should be built as follows:

It must have an executable name of mfplicux (lowercase) and be placed in a directory that is on the search path (PATH on Windows).

Previous Topic Next topic Print topic