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
What is the pcp in the cics?
Explain the difference between intra partition tdq and extra partition tdq?
Define temporary storage?
Explain how do you access storage outside your cics program?
Particular area has been affected in cics screen, what is the process to find?
What does the 'cemt:cics' transactions do?
What is dynamic transaction backout?
What are the some important fields in the eib block?
Which commend used for terminating a browser operation?
What is the use of the eibaid field?
Specify the requirements for automatic task initiation?
What are the cics tables?
What are fset, frset?
how can you prevent more than one user from accessing the same transient data queue?
what are the differences between and exec cics xctl and an exec cics link command?