Previous Topic: PREFIXNext Topic: PROC


PREVEX

The PREVEX option suppresses the expansion of library PROCEDURE and INCLUDE members. The instream procedures are still expanded.

By default, no existence checking is performed (CAY6027 is not issued), and the NORUNTIM (No Runtime) and NOAUTOP (No Autoproc) options are also activated.

This option has the following format:

PREVEX(VERIFY,RUNTIME)|NOPREVEX

Default: NOPREVEX

VERIFY

(Optional) Performs existence checking for the procedure and issues message CAY6027 when it is not found.

RUNTIME

(Optional) Bypasses the automatic activation of the NORUNTIM and NOAUTOP options.

Usage notes: