Indicates how the transferred file is managed by the receiving system.
Replaces the file on the receiving system. What is replaced depends on the type of VSAM file, as follows:
Records with matching and non‑matching keys are replaced.
Nothing is replaced. All records are added to the end of the data set, because a non‑reusable ESDS can only be replaced by deleting and redefining the cluster. Use CREATE to replace reusable VSAM clusters.
Nothing is replaced. This is an invalid choice.
Note: If sending a new member to a pre‑existing PDS, specify REPLACE.
Adds the records of the transferred file to the end of an existing sequential file or inserts them into an indexed file if they do not already exist there. If the records already exist there, CA XCOM Data Transport aborts the transfer.
Note: You cannot add to an existing PDS member.
Creates the transferred file on the destination system as a sequential file. This option should also be used when VSAM clusters with the REUSE option are to be reused. If the transfer involves a PDS member, specify CREATE only if the PDS itself is being created; otherwise, an error results.
Notes:
Notes:
Default: REPLACE
| Copyright © 2012 CA. All rights reserved. |
|