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 difference between the xctl and link commands?
Can you define attribute byte?
Explain what is a cursor in cics sql processing?
what are the differences between and exec cics xctl and an exec cics link command?
Explain the difference between using the read command with into option and set option?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
How errors are handled in CICS programs?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
how do you intitiate another transaction?
Explain the function of the load command?
For protecting a transaction using the transaction security function, the two things that must be done are?
Explain the cics command that is used for reading a record from the tdq?
Add a field to screen when what's the flow of impact?