> There are two libraries of a type TXTLIB, which have the same 
> sections. 
> Some sections in one library can differ from the same 
> sections in other library.
>  How it is possible to compare libraries on sections?

The TXTLIB MAP will give you information about the members of the library,
but TXTLIBs contain object code, which is not human readable, so I'm not
sure what useful value this would give you other than external symbol lists.
Same with LOADLIBs -- all you'll get is lists of the modules in the library
and their external attributes. Comparing the code records isn't going to
tell you anything useful. 

MACLIBs are text, so you can compare the members by using the MACLIB command
to get a list of the members in the library, and then loop through it,
extracting each member and comparing it to the member in the other library
using COMPARE (or better XCOMPARE, which can generate CMS UPDATE files to
represent the changes).

Reply via email to