What is the use of using MDT in CICS? How it works?
Answer Posted / amarnadh reddy
Hi,
Modified Data Tag is used data transfer from a terminal to
the application program. MDT is 1 bit of attribute character.
MDT can be set CTRL=FRSET in DFHMSD will reset the MDT to
OFF(means 0), that this field is not modified.
MDT cab be set ATTRIB=FSET will reset the MDT to ON(means
1), this field is modified.
Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What are the types of the dfhmdf present in the cics?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
what are transient data sets defined to cics?
What is an mdt (modified data tag)?
What is program reentrance?
Name a few CICS programs which are generally used ?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What does the 'cedf:cics' transactions do?
what are the differences between and exec cics xctl and exec cics start command?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain the difference between a symbolic map and physical map?
How to get the cursor position when we receive a map?
Define exec cics retrieve?
What is the cics command level?
how do you execute a background cics txn ?