Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the EXEC CICS HANDLE ABEND?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

1162


Explain the difference between start and xctl?

1119


How to handle exceptional conditions in cics?

1187


Which commend used for terminating a browser operation?

1047


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 ?

1071


Define an aica abend?

1177


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??

3306


Explain the primary significance of intra-partition and extra-partition tdqs ?

1128


What is CICS ?

1045


Differentiate between PCT and FCT.

1227


Explain how can you accomplish breakpoint in intertest?

1077


What is the tcp in the cisc?

1150


Define the attribute byte?

1264


What is the difference between pct and fct?

1285


Can you define cemt?

1116