What is the use of using MDT in CICS? How it works?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / petchiammal
MDT indicates whether a field is modified or not
MDT on will ensure that data is received into the program
MDTs can be turned on by
Specifying the FSET attribute in the physical map
Setting the attribute byte to FSET in the symbolic map
Keying data into the field
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / mainframe.rahulz
Modified Data Tag is used in order to avoid a problem called
"MAP FAIL ERROR"
MDT is used to set the attribute field of a named field.
we can use MDT in 2 ways.
1. by using Assembler Macro.
2. By using Application program.
By using Assembler Macro
use DFHMSD CNTL=(FRSET,...
and in DFHMDF ATTRB=(FSET,...
By using Application program
MOVE DFHBMSFRS TO FIELD+F
MOVE DFHBMSFSE TO FIELD+F
| Is This Answer Correct ? | 12 Yes | 7 No |
Explain the exact situation, when to use CALL, XCTL and LINK?
What command do you issue to delete a record in a transient data queue ?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Can you explain common systems area?
What is the other way of terminating a transaction?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain cebr transaction commands?
What is the general Command format of CICS ?
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
Explain the difference between a symbolic map and physical map?
What CICS command do you need to obtain the user logon-id?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?