What is the use of using MDT in CICS? How it works?
Answer Posted / 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 View All Answers
Explain the use of DCT ?
What is meant by PPT and what are its uses?
Highlight the points of differences between XCTL and START?
What is the kcp in the cics?
Can you define cemt?
Can you explain cics transaction gateway?
Explain how do you handle errors in cics programs?
Explain processing program table(ppt)?
Explain the purpose of the program list table?
What do you mean by CEMT?
Can you explain dfhmdf bms macro?
Explain the difference between link xctl?
What is mainframe cics?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain how DSECT parameter is used in BMS ?