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 |
By which CICS defined field can you determine the position of the cursor on the map ?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Explain difference between call and link?
Can you define multiple maps in a BMS mapset?
Explain how do you dynamically set the cursor position to a specific field?
What are the steps you go through to a create a BMS executable?
when will be use the tdq and tsq??
Define an asra?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
What is task control and what are the CICS commands associated with it?
What do you do if you do not want characters entered by the user to be folded to uppercase ?