Can we concatenate two Datasets having different LRECL? If yes, then how?

Showing Answers 1 - 12 of 12 Answers

Mazhar9

  • Apr 18th, 2008
 

Abhishek,

Let us say one file is having LRECL 20 and other one is having 80.. then Change the lowest LRECL 20 file format to 80 using 3.3 copy option then merge two files using sort.

ThnQ
Mazhar

  Was this answer useful?  Yes

THE RULE FOR CONCATANATION IS

1. LRECL and RECORD FORMAT SHOULD BE SAME
2. IF THE BLOCK SIZE IS DIFFERENT THEN LARGEST BLOCK SIZE DATASET SHOULD BE IN THE FIRST DSN NAME
3. DATASET MAY RESIDE IN DIFFERENT DEVICE AND VOLUMES.

dhs01

  • Apr 15th, 2009
 

The largest first rule is one that has not been applicable for awhile. At one time this was necessary because of buffer allocations. This is no longer required.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions