Previous Topic: 0262ENext Topic: 0264E


0263E

INVALID LRECL/BLKSIZE COMBINATION

Reason:

The logical record length and block size specified for a data set are contradictory. If the record format is fixed blocked, then the BLKSIZE must be a multiple of the LRECL. For Fixed record format, it must equal the LRECL. For Variable or Variable Blocked, it must be at least four bytes larger than the LRECL. (If the RECFM is undefined, then the LRECL is not relevant.)

Action:

Make the logical record length and block sizes consistent and retry the request.