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

How ENQ and DEQ used in CICS?

0 Answers  


how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


list the sequence of steps used to achieve modiication in skip sequential mode?

0 Answers   IBM,


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

0 Answers  


Define an asra?

0 Answers  






Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?

1 Answers   IBM,


Why do we need integrated cics translator?

0 Answers  


Mention the content that is present inside a PPT ?

0 Answers  


How can you accomplish breakpoint in intertest?

2 Answers   IBM,


What are the beginning and end points of an LUW called?

1 Answers  


If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


For multithreading an application program need not be re- entrant(True or False).

1 Answers  


Categories