Global user exit programs

There are two global user exits, XSZBRQ and XSZARQ.

XSZBRQ

XSZBRQ is invoked before a FEPI command is executed.

XSZBRQ is passed the parameters input to the command, and can be used to monitor commands, to bypass commands that violate installation conventions, or to change the parameters of a command, subject to the rules applying to global user exits.

XSZARQ

XSZARQ is invoked after a FEPI command is executed.

XSZARQ is passed the parameters output from the command.

For details of the FEPI global user exits, see Front End Programming Interface exits XSZARQ and XSZBRQ. For programming information about writing and using global user exit programs, see Writing global user exit programs.