What is an MDT (Modified Data Tag) - it's meaning and use?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we need integrated cics translator?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
what are the differences between and exec cics xctl and exec cics start command?
Can you define attribute byte?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
define the field with ic in the bms map.
Can you define aica abend?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What Are Send Map Maponly & Send Map Dataonly ?
Define communication area?
Mention one alternative aspect of CICS?
What is an mdt (modified data tag)?
Define floating maps with illustration?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.