What is the EXEC CICS HANDLE ABEND?

Answers were Sorted based on User's Feedback



What is the EXEC CICS HANDLE ABEND?..

Answer / vinod

HANDLE ABEND is used to activate, cancel, or reactivate an
exit for abnormal termination processing. You can suspend
the command by means of the PUSH HANDLE and POP HANDLE
commands.When a task terminates abnormally, CICS searches
for an active abend exit, starting at the logical level of
the application program in which the abend occurred, and
proceeding to successively higher levels. The first active
abend exit found, if any, is given control.

Is This Answer Correct ?    13 Yes 2 No

What is the EXEC CICS HANDLE ABEND?..

Answer / sri

The EXEC CICSĀ® PUSH HANDLE command allows you to nest your
condition-handling code. For example, when calling a
subroutine, you might want a completely different set of
EXEC CICS HANDLE CONDITION commands while in the
subroutine. (EXEC CICS PUSH HANDLE enables you to suspend
all current EXEC CICS HANDLE CONDITION, IGNORE CONDITION,
EXEC CICS HANDLE AID, and EXEC CICS HANDLE ABEND commands.
This can be useful, for example, during a branch to a
subroutine that is embedded in a main program.)

Normally, when a CICS program calls a subroutine, the
program that receives control inherits the current HANDLE
commands. These commands might not be appropriate within
the called program. The called program can use PUSH HANDLE
to suspend existing HANDLE commands.

Use PUSH HANDLE therefore, to save your present set of
HANDLE commands unchanged while you use a new set in the
routine. On exit, you can reinstate the original set of
HANDLE commands by using a corresponding POP HANDLE.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CICS Interview Questions

If I create a TSQ from one transaction, can I read it from another transaction?

4 Answers   IBM,


Explain floating maps with illustration.

1 Answers   IBM,


Explain the cics command that is used for reading a record from the tdq?

0 Answers  


What is the difference between a physical BMS mapset and a logical BMS mapset?

3 Answers   IBM,


Differentiate between PCT and FCT.

0 Answers  






How many ways to share information between different CICS programs?

3 Answers   Accenture,


If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)

2 Answers  


Which of the following statements correctly describe the syntax of CICS command language?

1 Answers  


What is commarea (communications area)?

0 Answers  


What is the comaera?

0 Answers  


Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?

0 Answers  


With the use of an alternate index, how is a VSAM file accessed?

0 Answers  


Categories