Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Thu Jul 03, 2008 3:08 pm Post subject: |
|
|
If I remember correctly, IAM (or VSAM) files cannot be concatenated in a DD like QSAM files can be. My approach would be to initially read the 1st record in the 2nd file. If it's greater than the key I'm looking for, go after file 1; otherwise, use file 2. I'm sure someone can come up with a better idea, but this is the approach I once used for an internal table that was too large and had to be split into 2 01 level tables to circumvent the COBOL table size limit. _________________ ....Terry |
|