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 |
Define RCT.
I have written a CICS program. What tables should I setup to run this program?
Explain the term Function Request Shipping?
How many maps can we declare in a mapset.what is the limit.
Different types of BMS Macros
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
Define cics interface block?
What is the pic clause for the hhmmss type of data fields?
In which table would you make an entry for a BMS map?
What are the main uses of the transaction in the cics?
Is length = 0 sufficient to ascertain that the field has been modified?