What is the use of using MDT in CICS? How it works?

Answers were Sorted based on User's Feedback



What is the use of using MDT in CICS? How it works?..

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

What is the use of using MDT in CICS? How it works?..

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

What is the use of using MDT in CICS? How it works?..

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

Post New Answer

More CICS Interview Questions

What is the term conversational programs means?

0 Answers  


Can you define bms?

0 Answers  


What is the difference between receive and receivemap commands in CICS?

1 Answers  


What does the following transactions do?

1 Answers  


Explain the difference between physical map and symbolic map?

0 Answers  






Name the command which is used to release a record on which exclusive control is gained?

0 Answers  


Can you define ppt and what are its uses?

0 Answers  


what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM

2 Answers   TCS,


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


Different types of BMS Macros

2 Answers  


What is a logical message in CICS?

1 Answers   IBM, Syntel, Wipro,


Categories