what is an MDT in cics
Answers were Sorted based on User's Feedback
Answer / ankita
Modified Data Tag.One bit of an attribute character, which
indicates whether the screen field has been modified or not.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / vijay
Modified Data Tag. It is used to check whether a field is
modified or not.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mallikarjun.n
APPICATION PROGRAM RECEIVED THE DATA DEPENDING ON YHE FLAG
OF FIELD.
I.E,FLAG SHOULD BE ONE.
---> BMS(SASIC MAPPING SUPPORT)HAS ABILITY TO CHANGE THE
FLAG FROM 0 TO 1 WHENEVER THE FIELD HAS BEEN MODYFIED.
WHEN THE SAME MAP IS USED MULTIPLE TIMES THEY MUST BE A
MECHANISM TO RESET THE FLAG TO ZERO.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dilip
it is an modified data tag..used for data control from
terminal to program or vice versa..when mdt = 0 we cannot
modify the data.when mdt=1 we can modify the data...
| Is This Answer Correct ? | 4 Yes | 4 No |
which transient data queue support ati?
An XCTL uses more CPU time than LINK (True or False)
What is the common systems area (CSA)?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
How do you enter into cics region and how many regions available?
when will be use the tdq and tsq??
Give the definition of COMMAREA ?
Mention the content that is present inside a PPT ?
What is the command used to request notification when the specified time has expired?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is the term bms in cics?
How is dynamic memory allocated within a CICS application program?