How can we code a program such that we will never get a
MAPFAIL error?
Answer Posted / rakesh
Normally MAPFAIL just indicates that no data has ben entered in any of the fields, and thus the MDT-bit is not set in the fileds attribute-byte. CICS issues a "Read Modified" 3270-command, and receives data from fields that has the MDT-bit set. When you get MAPFAIL, this just tells you that no field has been modified, an really is "normal".
In program logic you have to check if data has been entered in mandatory fileds. The result may vary, and is a result of users action. Zero or many fileds may have been modified.
In your program logic you should FIRST check for invalid PF/PA/Clear-keys, and ONLY do a Receive Map after the check. There is no need to do a Receive Map if the user pressed the Clear or a PA-key, as an example. The EIBAID contains the value for the key pressed to initiate this pseudoconversation - even without a Receive Map.
If you use Resp Option, coding RESP(ws-variable) in your Receive Map, you can eliminate the Mapfail problem.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
list the sequence of steps used to achieve modiication in skip sequential mode?
Is length = 0 sufficient to ascertain that the field has been modified?
Explain cebr transaction commands?
How to dsect parameter is used in bms?
Mention the content that is present inside a PPT ?
Can you define ppt and what are its uses?
What are the uses of ppt in cics?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
How to establish dynamic cursor position on a map?
Explain how do you access storage outside your cics program?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you explain dfheiblk?
Can you define cemt?
What does EIB mean in CICS?