you can use the db2 replication center of 8.1 or federated all db2 server in you 8.1 and view all system how if this was local system.
example.
in your db2 8.1 federated the server db2 7.1 as db27, and create nickname of a table exam. create nickname mytable for db27.mydb.mytable
you can user this table how if this was local table.
select * from mytable