What is an MDT (Modified Data Tag) - it's meaning and use?
Answers were Sorted based on User's Feedback
Meaning of MDT:
--------------
MDT is modified data tag, a 1 bit of the attribute
character.
It can be defined for a field in the screen.
If this bit is OFF (0), then it means that this field has
not been modified by the terminal operator else if it is ON
(1), then it means that this field has been modified.
Only if MDT is ON, the data of the field is sent to the
application program.
So BMS mapping to the corresponding application programs
can be done using MDT field.
USE of MDT:
1. reduces amount of data traffic in the communication line.
2. improves peformance
-----------Many Thanks & Kind Regards ==> Sheeja Rajesh-----
Is This Answer Correct ? | 30 Yes | 4 No |
Answer / sumeet
Meaning of MDT:
--------------
MDT is modified data tag, a 1 bit of the attribute
character.
It can be defined for a field in the screen.
If this bit is OFF (0), then it means that this field has
not been modified by the terminal operator else if it is ON
(1), then it means that this field has been modified.
Only if MDT is ON, the data of the field is sent to the
application program.
So BMS mapping to the corresponding application programs
can be done using MDT field.
USE of MDT:
1. reduces amount of data traffic in the communication line.
2. improves peformance
Is This Answer Correct ? | 1 Yes | 0 No |
How to get the cursor position when we receive a map?
how do you handle errors in cics programs?
what is quasi-reentrant program?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
How can you Define and Install the Maps & Mapset ?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
What is ASRAABEND in CICS?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What is the command that is used to delay the processing of a task for a specified time interval
What other file control processing commands are used for file updating?