I have the need to create a cobol program that compares a specified
table in two different db2 subsystems. This is to validate that the
table is identical or not (including field values) for the two
subsystems.
Of course, I could solve this by running a program in both environments
creating an output file, and then compare the two files. But if it's
possible it would be preferred that this could be done using only one
cobol program (running once).
Could anyone help me with this, or maybe direct me towards somewhere on
the internet where I can find information on how this is done?
Currently the version of DB2 is v7.
table in two different db2 subsystems. This is to validate that the
table is identical or not (including field values) for the two
subsystems.
Of course, I could solve this by running a program in both environments
creating an output file, and then compare the two files. But if it's
possible it would be preferred that this could be done using only one
cobol program (running once).
Could anyone help me with this, or maybe direct me towards somewhere on
the internet where I can find information on how this is done?
Currently the version of DB2 is v7.