I am having a problem.. If a person updates the value in IMS screen,it should update the value in database. Can any one suggest how??how to get write the code. the program is a Cobol and IMS combined.
Joined: 13 Jun 2007 Posts: 443 Location: Wilmington, DE
An MFS screen is "connected" to an IMS DC program. The fields on the MFS screen match the fields defined in the IMS DC program. The edits for each field are programmed in that IMS DC program. The IMS DC program determines if the field on the screen was entered correctly. If so, it then updates the corresponding field in the IMS database.