What is the function of the EXEC CICS HANDLE CONDITION
command?

Answers were Sorted based on User's Feedback



What is the function of the EXEC CICS HANDLE CONDITION command?..

Answer / sahil

a) HANDLE option is used for exception handling
b) It should be used before the cics condition.
c) Handle condition gives the control to the para for exception handling.

Is This Answer Correct ?    6 Yes 0 No

What is the function of the EXEC CICS HANDLE CONDITION command?..

Answer / ankit

handle condition route the cursor to particular para inorder
to take the paricular action when that error codition
occured after execution of that command.
exec cics handle condition
notfnd (para-1),
invrec (para-2),
duprec (para-3)
end-exec.

Is This Answer Correct ?    3 Yes 1 No

What is the function of the EXEC CICS HANDLE CONDITION command?..

Answer / mahesh

In order make the program execution continuous even when an
exception is occured in a program.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More CICS Interview Questions

Which is the control table where you specify all the transaction that are to be started by CICS after CICS

4 Answers  


What is journal recovery?

0 Answers  


Can you explain dfhmdf bms macro?

0 Answers  


Name the 3 common ways to create maps?

0 Answers  


Can you define bms?

0 Answers  


How will you access a VSAM file using an alternate index?

1 Answers   IBM,


Explain cedf transaction commands?

0 Answers  


How do you terminate an already issued DELAY command?

1 Answers   IBM,


Can you explain primary aspect of cics?

0 Answers  


What happens to resources supplied to a transaction when an XCTL command is executed?

1 Answers   IBM,


Can you define aica abend?

0 Answers  


What is the eib parameter?

0 Answers  


Categories