Multiple choice technology mainframe The datasets that are to be compared must satisfy which of the following conditions? Both the datasets must have same block size Both the datasets must have same record length Both the datasets must have same block size and record length No condition is required Reveal answer Fill a bubble to check yourself B Correct answer Explanation When comparing datasets with utilities like IEBCOMPR, both datasets must have the same record length (LRECL) for a valid comparison. The block size (BLKSIZE) can differ, but the logical record structure must match for byte-by-byte comparison.