I currently have a Mainframe application that allows transactions to be keyed into a Natural for Mainframe application and saved on an ADABAS file. The transactions are usually hand written on a standard paper form during the month (approx. 400/mth). At the end of the month the form is signed with two signatures. Transactions are keyed from the form into the Mainframe App. The form is then copied and sent to two departments, via E-mail, Fax or interoffice mail. The two offices print copies and file the copies for future reference. The keyed transactions go on for further processing.
I would like to develop an application that allows the user to store an image of the form in a Large Object field on a LOB ADABAS file after the form has the two required signatures.
- Can an Image of a Form be stored in a LB field on a Mainframe ADABAS LOB file?
- Can LBs and regular fields be on the same file? (Somehow a descriptor would need to be on the new ADABAS file. That way a Relationship of one-to-many with the ADABAS file containing the transaction records could be setup.)
- If the above is possible, are there instructions, documentation, or examples of how to populate such a LB field/LOB file and how to relate the one file to the other? Would a “READ WORK” file or FTP be used to load the Image?
If a file like this can be setup then I could write a Natural for AJAX application to easily view the image and its related transaction records, then the original form would be the only hardcopy document needed.
:?