IDC3314I RECORD xxx OUT OF SEQUENCE

Explanation

The key of the record to be written is less than or equal to the key of the last record written.

In the message text:
xxx
The first five bytes in hexadecimal format of the key of the record that is out of sequence.

System action

If the output data set is a Virtual Storage Access Method (VSAM) data set, the system ends processing of the command after four errors. If the output data set is a NONVSAM data set, the system continues processing the command. During an EXPORT, the system ends processing of the command after the first error.

System programmer response

If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and the SYSOUT output for the job.

Programmer response

Rearrange the records to be written so that they are in ascending key sequence. The record can be written to the data set using skip sequential processing. Run the job again and the output data set is opened for skip sequential processing (because data already exists in the data set), and records that were out of sequence are written.

Source

DFSMSdfp

Module

IDCIO01, IDCIO05