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
How do you use altindxs in batch, cics programs?
Explain how do you control cursor positioning?
What is CICS ?
Explain the difference between start and xctl?
Explain what is a cursor in cics sql processing?
Add a field to screen when what's the flow of impact?
What is meant by an attribute byte?
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?
Sync points cannot be requested by the application programs? State true or false
name the command that is used to dump the main storage areas related to a task?
How errors are handled in CICS programs?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is the use of mdt (modified data tag)?
What is the comaera (communication area)?
What is non-conventional programs?