try md5
https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-md5-calculate-check-md5-cryptographic-hashes
To print the hash of an MVS data set:

md5 "//'SYS2.LOADLIB(XYZMOD)"


On Tue, 26 Apr 2022 at 23:30, Charles Mills <charl...@mcn.org> wrote:

> Is there any z/OS utility that will give a hash of a (traditional,
> old-fashioned) load module in a PDS?
>
> Specifically what I am trying to do is answer the question "is load module
> X
> in PDS Y.Z on box A binary equal to load module X in PDS Y.Z on box B?"
> without copying and comparing. I suspect the BLKSIZEs are the same so that
> may make the task easier (or prevent false negatives).
>
> I'd want an IBM-included utility because if I have to install a CBT utility
> I might just as well do the copy and compare. A UNIX utility is suitable if
> it will handle a PDS load module.
>
> Charles
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to