What is the map fail condition?

Showing Answers 1 - 4 of 4 Answers

salman_kh

  • Jul 24th, 2011
 

MAPFAIL occurs when no usable data is transmitted from Terminal or data transmitted is unformatted.
MAPFAIL occurs on RECEIVE MAP.

MAPFAIL Solve by HANDLE CONDITION.HANDLE CONDITION is used to transfer control to the proper procedure on expected exceptions.

Code
  1. EXEC CICS HANDLE CONDITOIN

  2.                 MAPFAIL(PARA-A)

  3.                 PGMIDERR(PARA-B)

  4.                 ERR0R(PARA-X)

  5. END-EXEC.

  Was this answer useful?  Yes

NARESH

  • Sep 18th, 2011
 

User does not enter the any information on the screen .we will get mapfail condition

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions