How do you handle errors in CICS pgms ?



How do you handle errors in CICS pgms ?..

Answer / mahesh

HANDLE CONDITION
NOHANDLE
IGNORE CONDITION
EIBRESP

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More CICS Interview Questions

what are the six different type of argument values in cobol that can be placed in various options of a cics command?

0 Answers   IBM,


Explain re-entrancy as applies to CICS.

1 Answers   IBM,


What are the types of processes to create a map in cics?

0 Answers  


Define the attribute byte?

0 Answers  


How do you dynamically set the CURSOR position to a specific field?

3 Answers  






What is the General Command format Of CICS

3 Answers   IBM,


What are the recoverable cics resources?

0 Answers  


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

3 Answers   IBM,


I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


What is CEDF?

3 Answers   IBM,


How to make protected field in BMS invisible through application program?

1 Answers   HP,


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?

0 Answers   IBM,


Categories