Previous Topic: PREEXIT=modname

Next Topic: SELECT Statement


POSTEXIT=modname

Specifies the name of your user-coded postprocessing exit. The purpose of this exit is to allow you to perform customized processing on the compression statistical data, which is available after the test compression, is complete. Your exit receives control after each data set is successfully test compressed. If you run TCF in simulate mode, your exit also receives control, but no compression statistics are available. See PREEXIT Pre-Processing Exit in the chapter User Exits for more information.

The POSTEXIT parameter coded on the SCAN statement overrides any POSTEXIT parameter coded on a previous SET statement.