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 are the two outputs created as a result of generation of a map?

2 Answers   IBM,


what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?

1 Answers   IBM,


Define an asra?

0 Answers  


What does the 'cedf:cics' transactions do?

0 Answers  


Explain re-entrancy as applies to CICS.

1 Answers   IBM,






How to get the cursor position when we receive a map?

0 Answers  


How do you dynamically set the CURSOR position to a specific field?

3 Answers  


Sync points cannot be requested by the application programs? State true or false

0 Answers  


Specify the requirements for automatic task initiation?

0 Answers  


What is the common systems area (CSA)?

0 Answers   IBM,


What is Communication Area?

1 Answers   IBM,


Can you define multiple maps in a BMS mapset?

3 Answers   Cap Gemini, IBM,


Categories