rajakumar10
Technical User
Hi,
I'm developing a dynamic CICS online screen where in I populate the values to the protected field in the screen from program by accessing DB2 table.
I have requirement to push the data to the screen and if the user updates then I have to update the values correspondingly in the DB2 table.
My query is
The input field has nearly 32 fields. Is there any way to identify which are the fields updated?
I assume we can use MDT. should I need to check all the 32 fields to check whether there were any changes to the field or there is any other easier way to find this?
Any help would be appreciated.
Thanks in anticipation..
I'm developing a dynamic CICS online screen where in I populate the values to the protected field in the screen from program by accessing DB2 table.
I have requirement to push the data to the screen and if the user updates then I have to update the values correspondingly in the DB2 table.
My query is
The input field has nearly 32 fields. Is there any way to identify which are the fields updated?
I assume we can use MDT. should I need to check all the 32 fields to check whether there were any changes to the field or there is any other easier way to find this?
Any help would be appreciated.
Thanks in anticipation..