what is mapfail and when we get this error?
during send map or receive map?
Answers were Sorted based on User's Feedback
Can occur on Receive command.
This occurs when no usable data is transmitted or is
unformatted.
This Occurs when operator used a PA or CLEAR key
Can occurs when operator pressed enter or PF key when no
field defiend in MDT is set on
You can use a HANDLE command to check for mapfail
Please add and correct if required.
| Is This Answer Correct ? | 38 Yes | 1 No |
Answer / ak
MAPFAIL occurs on a RECEIVE MAP if the operator has used the CLEAR key or one of the PA keys. It also occurs if the operator uses ENTER or a PF key from a screen where:
No fields defined in the map have the modified data tag set on (this means the operator did not key anything and you did not send any fields with the tags already set, so that no data is returned on the read), and
The cursor was not left in a field defined in the map and named, or the map did not specify CURSLOC=YES
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / lu
map fail because you forget to assemble it, now rcompile
(assemble), recompile the program with this map, ....and
het into cics make a new copy program and map....
| Is This Answer Correct ? | 1 Yes | 23 No |
What is the procedure to solve an ASRA ABEND?
Explain 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?
What are the CICS commands associated with transient data queue processing?
What is the component?what are the different components there using cobol and cics
What is the COMMAREA(communications area)?
How do you invoke other programs? What are the pros and cons of each method?
Explain the term Function Request Shipping?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What does a cics translator do?
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??
What are some of the cics commands associated with interval control?