Assembling your governor exit

Before you assemble your governor exit routine, establish a VSE library exit to handle macro processing of E-decks. The VSE Guide to System Functions provides a description on how to establish this exit.

Use the HLASM compiler option in the following example to assemble to routine. The LIBEXIT parameter includes CICS macro definitions created by the CICS translation process.

'LIBMAC,USING(NOLIMIT,NOWARN),EXIT(LIBEXIT(EDECKXIT(ORDER=EA)))'

In the source library search specification, specify the QMF governor exit interface control blocks DXEXCBA.A and DXEGOVA.A located in the QMF library.

[ Previous Page | Next Page | Contents | Index ]