Answer Posted / 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 |
Post New Answer View All Answers
Sync points cannot be requested by the application programs? State true or false
What is the main function of the sign-on table?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Name at least one of the ways by which a transaction can be terminated?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Can you explain exec cics handle condition command?
What is the meaning of the eibaid field?
Explain the primary significance of intra-partition and extra-partition tdqs ?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is the difference between pct and fct?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What is the cics command level?
What is the pic clause for the data type of length option field type of data fields?
Define cebr?