| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
rammanu
Joined: 11 Oct 2007
Posts: 1
Location: pune
|
| Posted: Thu Aug 07, 2008 4:47 pm Post subject: Update value in database thru IMS screen |
|
|
Hi All,
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. |
|
| Back to top |
|
Sandy Zimmer
Joined: 13 Jun 2007
Posts: 432
Location: Wilmington, DE
|
| Posted: Thu Aug 07, 2008 8:51 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|