This exit point allows execution of a user‑developed exit routine that performs user‑defined initialization and termination processing for the CA XCOM Data Transport server. This exit allows extension of CA XCOM Data Transport with user‑supplied control blocks and processing. For example, the exit can acquire (GETMAIN) and release (FREEMAIN) control blocks, or load custom user modules.
The default module name and entry point for this exit is XCOMEX08. The default module name can be overridden by specifying the load-module name in the Default Options.
Specify EXIT08=YES | Load-module name in the Default Options to enable this exit.
The module XCOMXFER calls this exit.
This exit is a branch entry.
EX08PLST is the required DSECT.
The addressing mode at entry is 31.
The following registers are available at entry:
Undefined
Address of EX08PLST
Undefined
Address of register save area
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(XCOMEX08)
| Copyright © 2012 CA. All rights reserved. |
|