What is MDT? What are FSET, FRSET ?
Answers were Sorted based on User's Feedback
Answer / khader
MDT is modified data tag.
MDT is one bit of the attribute character.
MDT is off(0), it indicates that this field has not been
modified by the terminal operator.
MDT is on(1), it indicates that this field by the
terminatal operator.
FSET is field set. MDT will be set on(set to 1) regardless
of whether the terminal operator modified the data or not.
FRSET is to reset MDT to zero.
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / sudarsn
MDT is Modified data tag. it is one bit of attribute
character. by using fset and frset we can modify the MDT value.
FRSET= MDT value is off or set to Zero.
FSET= MDT value is on or set to 1.
| Is This Answer Correct ? | 6 Yes | 1 No |
Suppose you display a map and consider the function of that map is to update.To update ,first u fetch a particular record with some id(primary key) . Suppose there are 3 field name ,mark 1, mark2 and you
Just updating mark1 alone.Then
Mdt for name = 0
Mark1 = 1
Mark2 = 0
, So that only mark1 get updated . Name and mark2 will be null.
In order to avoid that we go for fset
Fset will set mdt value for all feild as 1
So ur update will processed perfectly.So, ur name and mark2 will be same as pervious value.
Frset is used to set mdset = 0 for all feild.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain processing program table(ppt)?
How many conditions can you include in a single HANDLE CONDITION command?
List out all the tables that are a part of cics ?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
Explain the difference between a physical bms mapset and a logical bms mapset?
How can you use dynamic calls in cics?
Can you define mdt?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What is DFHAID? what is its use?
What is the function of the EXEC CICS HANDLE CONDITION command?
Explain how can you accomplish breakpoint in intertest?