This exit point allows execution of a user‑developed exit routine that generates a user‑designed banner page for all reports received by the system.
The default module name and entry point for this exit is XCOMEX10. The default module name can be overridden by specifying the load-module name in the Default Options.
Specify EXIT10=YES | Load-module name in the Default Options to enable this exit.
The modules XCOMRECV, XCOMUPL2, XCOMUPL6, and XCOMUP2F call this exit.
This exit is a branch entry.
There is no required DSECT.
The addressing mode at entry is 31.
The following registers are available at entry:
Undefined
Address of NSA control block (mapped by NSADSECT macro)
Number of lines in each banner
Number of letters per line
Number of characters per letter
Address of banner field
Address of file data field
Undefined
Address of CSA control block (mapped by CSADSECT macro)
Return address
Entry point address
The following registers are available at exit:
Undefined
Return code
The only valid return code is 0 for a normal return.
The following is a sample program using this exit:
CAI.CBXGSAMP(XCOMEX10)
| Copyright © 2012 CA. All rights reserved. |
|