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 |
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
how do you handle errors in cics programs?
Which is the CICS control program which governs the flow of control among the CICS application
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
What is the difference between pseudo-conversational and conversational?
if we want to add new column in the db2 table.How can add in the copybook?
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.
What is an ASRA?
What is the use of the program list table?
How and where is the TWA size set? .
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is MDT? What are FSET, FRSET ?