Does anyone know of a program/subroutine that can read "any kind" of MVS 
sequential dataset and calculate an MD5 hash on it?  By "any kind" I am 
specifically meaning a file that is either FB or VB and can have any LRECL.
We have created a program in COBOL to do this, with the problem that we have to 
have one program for each of the file format / LRECL lengths that we are 
looking at.  (I imagine we could have one program with multiple file 
definitions in it as well.)  COBOL has no file definition that is generic 
enough to support this.
We are using the ICSF 'CSNBOWH' (one way hash) function to do the actual MD5 
process.

I believe this could be done in assembler, but we don't have much assembler 
experience in house.  We would be open to a vendor product (in assembler or 
otherwise), or even just assembler source code (I think).
Thanks,Frank

----------------------------------------------------------------------
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