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.
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.
To enable this exit, specify EXIT01=YES | Load-module name in the Default Options.
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
The Entry point address
The following registers are available at exit:
Undefined
Return code
The only valid return code is 0 for a normal return.
Here is a sample program using this exit:
CAI.CBXGSAMP(XCOMEX01)
Note: Exit 1 is invoked only when the transfer is scheduled and run using the CA XCOM Data Transport z/OS server. Exit 1 is not invoked when XCOMJOB TYPE=EXECUTE is used.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|