Do you have any external programs to compare two separate adareps. This will help us to compare two Adabas FDTS…
IBM has an excellent comparison utility - SuperC.
//SUPERC EXEC PGM=ISRSUPC,
// PARM=(LONGL,LINECMP,' SEQ','')
//NEWDD DD DSN=FDT.DB1.F1,DISP=SHR
//OLDDD DD DSN=FDT.DB2.F1,DISP=SHR
//OUTDD DD SYSOUT=*