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

Where are transient data sets defined to CICS?

4 Answers  


Explain cebr transaction commands?

0 Answers  


What is the comaera?

0 Answers  


What does EIB mean in CICS?

0 Answers  


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,






Which command is used to release a record on which exclusive control is gained?

1 Answers  


Name some of the common tables in CICS and their usage.

1 Answers   IBM,


Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .

1 Answers  


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


The error code AEIV?

1 Answers   IBM,


How do you delete Item 3 in a five-item TSQ?

3 Answers   IBM,


What are the two types of transient data queues?

1 Answers   IBM,


Categories