DSNE390A THE OUTPUT DATA SET ATTRIBUTES ARE INCONSISTENT

Explanation

This message indicates that the user made one of three possible errors in specifying block size and logical record length (LRECL):
  • The user specified a record format (RECFM) of F, but the block size is not equal to the logical record length (LRECL)
  • The user specified a record format (RECFM) of F, FB, or FBA, but block size is not evenly divisible by logical record length (LRECL).
  • The user specified a record format (RECFM) of VB, but the block size is less than logical record length (LRECL) + 4. The user must allow 4 bytes for the block header.

User response

Specify logical record length (LRECL) and block size appropriately on the DSNESP02 panel.