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


Explain how to handle exceptional conditions in CICS.



Explain how to handle exceptional conditions in CICS...

Answer / guest

an abnormal situattion during execution of a CICS COMMAND
is called execeptional condition.
for v can use HANDLE CONDITION command. this IS USED to
transfer control to the procedure label specified if the
execeptional cond specified occurs. once a HANDLE CONDITION
command request has been made , it remains active until the
end of d program or another HANDLE CONDITION request
overrides it.

EXEC CICS HANDLE CONDITION
CONDITION(LABEL)
[CONDITION(LABEL)]
[ERROR(LABEL)]
END-EXEC.
no more than conditions specfied in a single HANDLE
CONDITION command.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CICS Interview Questions

Explain how do you control cursor positioning?

0 Answers  


Explain how do you dynamically set the cursor position to a specific field?

0 Answers  


If -1 is moved to length for more than one field on a map, where will the cursor be positioned?

6 Answers  


Explain the difference between a symbolic map and physical map?

0 Answers  


Different types of BMS Macros

2 Answers  


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

0 Answers   IBM,


In a CICS program, how will you read a VSAM file?

0 Answers  


How is dynamic memory allocated within a CICS application program?

1 Answers   IBM,


What are the types of the dfhmdf present in the cics?

0 Answers  


Explain the difference between the xctl and link commands?

0 Answers  


Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.

2 Answers  


Explain the difference between using the read command with into option and set option?

0 Answers  


Categories