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

What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


how do you intitiate another transaction?

0 Answers   IBM,


Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?

1 Answers  


What is transient data?

1 Answers   IBM,


What is the general Command format of CICS ?

1 Answers   Amdocs,






Explain cebr transaction commands?

0 Answers  


Name at least one of the ways by which a transaction can be terminated?

0 Answers  


A CICS program ABENDS with an ASRA ABEND code. What is its meaning?

3 Answers   IBM,


What is task control?

0 Answers  


Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?

2 Answers  


Where are transient data sets defined to CICS?

4 Answers  


List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?

1 Answers  


Categories