Multiple choice technology mainframe

Can datasets of a different record length (LRECL) be concatenated?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Datasets with different LRECL (record lengths) CAN be concatenated in mainframe systems. The system will handle the different record lengths appropriately during concatenation - each dataset maintains its own record format. This is useful when combining datasets with varying structures. The concatenated output will have the record length of the first dataset unless explicitly overridden.