Answer Posted / saths
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 |
Post New Answer View All Answers
Explain how to build up lu 6.2 communication?
What are the common cics service programs and explain their usage?
What is the meaning of the deq command?
Define the term mro (multi region operation)?
How many ways are there for initiating a transaction?
Can you explain cics translator?
Explain the system transid cemt?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
If we wish to create bms executable, what are the basic steps that the user has to go through?
Can you define ppt and what are its uses?
Define floating maps with illustration?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
When would you use abend command?
Explain the difference between getting the system time with eibtime and asktime command?
Explain processing program table(ppt)?