FPEM085 A record was not added to <V1> because it was too long. The data set is still open. Abend code <V2>, reason code <V3>

Explanation

A record with a length that is larger than the data set record length cannot be added to the data set.
  • <V1> is the data set name.
  • <V2> is the abend code.
  • <V3> is the reason code.

User response

If all records are needed, allocate a data set with a larger record length.