| View previous topic :: View next topic |
| Author |
Message |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 705 Topics: 65 Location: MD, USA
|
Posted: Wed Sep 09, 2026 8:48 am Post subject: Comparing two files with different layouts |
|
|
Hi,
I have file-aid DB2 RDX extracts of two versions of a database in flat files. I have corresponding XREF and COBOL layout. Is there a way to compare the common fields in the two files. I am thinking of generating file-aid compare cards for these two layouts but checking if a simpler solution exists.
Diba.
Edit:
Comparison report should report all differences at field level with field names and old and new values, like -
| Code: | FIELDA: 123456 | 234567
FIELDC: DIBAKAR | RAKABID
FIELDABC: MVS | ZOS |
_________________ Regards,
Diba
Last edited by Dibakar on Thu Sep 10, 2026 2:34 pm; edited 2 times in total |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12406 Topics: 75 Location: San Jose
|
|
| Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 705 Topics: 65 Location: MD, USA
|
Posted: Thu Sep 10, 2026 2:38 pm Post subject: |
|
|
Thanks Kolusu. I need differences at field level with field names, edited my post with a sample report. I think it would be challenging to do that with DFSORT. _________________ Regards,
Diba |
|
| Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12406 Topics: 75 Location: San Jose
|
Posted: Thu Sep 10, 2026 8:39 pm Post subject: |
|
|
| Dibakar wrote: | | Thanks Kolusu. I need differences at field level with field names, edited my post with a sample report. I think it would be challenging to do that with DFSORT. |
Dibakar,
Challenging but very much do-able. So please post a sample of BOTH input files along with desired output along with DCB properties of the input and output files and we will see if it can be done using DFSORT. _________________ Kolusu
www.linkedin.com/in/kolusu |
|
| Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 705 Topics: 65 Location: MD, USA
|
Posted: Fri Sep 11, 2026 8:32 am Post subject: |
|
|
Kolusu,
For input there will be two sets (old and new) each of - File-Aid Xref, Cobol layout and data files. Automation will have to process all these to generate the compare code. It will take some time for me to create them that I can post here. _________________ Regards,
Diba |
|
| Back to top |
|
 |
|
|
|