Waht i am trying to acheve is create a record in file 1 on server A using java and process the record in a replica file on server B using Cobol
the transport between the two servers will be an through unsecure area.
idealy i would like to use some form of checksum algorithum on the file record which will be added to the record.
i therefore need some form of algorithm usable from cobol and java that can be contained within the code rather than a standalone program (for security)
File Type is DB2/400 on an AS400
Any help or even if you have some idea of where to start looking.
the transport between the two servers will be an through unsecure area.
idealy i would like to use some form of checksum algorithum on the file record which will be added to the record.
i therefore need some form of algorithm usable from cobol and java that can be contained within the code rather than a standalone program (for security)
File Type is DB2/400 on an AS400
Any help or even if you have some idea of where to start looking.