What is the difference between FSET and FRSET?
Answers were Sorted based on User's Feedback
Answer / mani
Am sorry the information in the previous answer is wrong.
when FSET is used in the DFHMSD or DFHMDF then the data in
the receiving field woould be sent irrespective of whether
the data has been entered by the user or not.
FSET sets the MDT bit on and when it is on the data would be
sent to the application program irrespective of whether the
user has entered the data or not, if MDT is off data would
not be sent.
FRSET is used to reset the MDT bit when the same map is sent
several times to the terminal and data received the status
of MDT would be that of the previous one.
FRSET sets MDT bit to zero so that unless and otherwise the
data is entered by the terminal user the data would not be
sent and status of MDT would not be that of the previous use.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / mani
FSET is used to reset the MDT and if it is on then only data
would be transferred from the screen to the applictaion else
data would not be sent.
FRSRET is to free the terminal and keyboard so that they
could be accessed.
| Is This Answer Correct ? | 6 Yes | 12 No |
Are sequential files supported by CICS?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Can you issue SQL COMMIT from a CICS program?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
What is frset?
Can you define multiple maps in a BMS mapset?
Can you use occurs in bms map?
how can you prevent more than one user from accessing the same transient data queue?
Is there any entry for TSQs in CICS tables?
NMDS is both device dependent and format dependent (True or False)
How many maps can we declare in a mapset.what is the limit.
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)