These z/OS UNIX commands require ICSF to be active. Otherwise you get this: $ echo testing | md5 FSUMF437 ICSF is required but not available. $ echo testing | sha256 FSUMF437 ICSF is required but not available.
Bill On Mon, 19 Oct 2020 15:23:02 +0200, Manfred Lotz wrote: >On Mon, 19 Oct 2020 15:07:01 +0200 >Manfred Lotz wrote: > >> On Fri, 16 Oct 2020 18:53:39 +0000 >> "Sasso, Len" wrote: >> >> > Anyone know if a Checksum/Md5 file can be created on a IBM >> > Mainframe? >> > >> > If so, how? >> > >> > >> >> I may be a bit late to the party but if you happen to have z/OS 2.4 or >> z/OS 2.3 then there is >> >> APPLICABLE COMPONENT LEVEL/SU: >> R7C0 PSY UJ03195 UP20/06/24 P F006 >> R7B0 PSY UJ03194 UP20/06/24 P F006 >> >> Functionality >> >> The new cryptographic hash utilities, including md5, rmd160, sha1, >> sha224, sha256, sha384 and sha512, use the ICSF One-Way Hash Generate >> callable service to generate cryptographic hash for input files >> respectively. The utilities can check cryptographic hashes read from >> input files. MVS sequential data sets are supported as well. >> >> In z/OS UNIX they can be found in the /bin directory. >> >> /bin/md5 >> /bin/rmd160 >> /bin/sha1 >> /bin/sha224 >> /bin/sha256 >> /bin/sha384 >> /bin/sha512 >> >> You find documentation in the z/OS Version 2 Release 4 UNIX System >> Services Command Reference here https://www-01.ibm. >> com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument >> >> > >Sorry for the bad formatting of the link in my previous reply > >https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R4sa232280?OpenDocument > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
