Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of using MDT in CICS? How it works?

Answers were Sorted based on User's Feedback



What is the use of using MDT in CICS? How it works?..

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

What is the use of using MDT in CICS? How it works?..

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

What is the use of using MDT in CICS? How it works?..

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

Post New Answer

More CICS Interview Questions

Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?

1 Answers   IBM,


What is a cursor in CICS sql processing?

1 Answers   IBM,


Explain how to build up lu 6.2 communication?

0 Answers  


Explain the difference between the into and the set option in the exec cics receive map command?

0 Answers  


If I create a TSQ from one transaction, can I read it from another transaction?

4 Answers   IBM,


<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?

1 Answers  


Give certain situations where NEWCOPY is obligatory?

0 Answers  


The EIB field which gives the last CICS command executed is

2 Answers   IBM,


What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?

0 Answers  


Can you explain cics transaction gateway?

0 Answers  


Categories