Previous Topic: 0252ENext Topic: 0254E


0253E

VSAM RECORD OUT OF SEQUENCE

Reason:

An attempt was made to send a record to a VSAM file that was organized as indexed or relative (or was entry sequenced but accessed through an alternate index path). However, the records being sent were not in ascending order by key. Because CA XCOM Data Transport accesses VSAM files sequentially, it could not support this situation.

Action:

Sort the file being sent in ascending order by the same key used by the VSAM file. If appropriate, delete the file from the receiving system before retrying the transfer.