This exit allows the execution of a user‑developed exit routine upon completion of a CA XCOM Data Transport file transfer. The CA XCOM Data Transport history record data is available for interrogation at this point.
The default module name and entry point for this exit is XCOMEX01. The default module name can be overridden by specifying the load-module name in the Default Options.
Specify EXIT01=YES | Load-module name in the Default Options to enable this exit.
The module XCOMXFER calls this exit.
This exit is invoked under a subtask within the CA XCOM Data Transport region encapsulated by a Transaction Program.
SMFDSECT is the required DSECT.
The addressing mode at entry is 31.
The following registers are available at entry:
Undefined
Address of SMFDSECT
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(XCOMEX01)
Note: Exit 1 is invoked only when the transfer is scheduled and run via the CA XCOM Data Transport z/OS server. It is not invoked when XCOMJOB TYPE=EXECUTE is used.
| Copyright © 2012 CA. All rights reserved. |
|