Originally posted by: PaulBrettIBM
Since ITX version 9, the compiled map structure is slightly different. The compiled map can now contain multiple platforms yes, but one other key change is the inclusion of a date/time stamp in the map header.
The date/time stamp makes it difficult to batch compare pairs of compiled maps to check for differences.
The enclosed map will take 2 compiled maps and obliterate the date/time stamp bytes, creating two temporary text files that can then be compared.
You might use it like this:
dtxcmdsv MapCompare.mmc -IF1 C:\PreProd\SwiftMT202.mmc -IF2 C:\Production\SwiftMT202.mmc -OF1 OutTemp1.txt -OF2 OutTemp2.txt -BI
fc OutTemp1.txt OutTemp2.txt
I hope you find this useful.
Thank you.
Paul
Follow me on Twitter
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender