Wednesday 11 February 2015

IBM CICS Interview Questions and Answers (Page 2)

Below are some important CICS interview questions which are asked in most MNC company interviews for beginners or professionals.

6. How would you resolve an ASRA abend?
In COBOL II start with CEBR, and get the offset/instruction.

7. What does EIB mean?
The EIB is the EXECUTIVE INTERFACE BLOCK. It is not the EXECUTE INTERFACE BLOCK. All TP monitors or transaction processor are know as EXECUTIVEs as they carry out process on behalf of a program module. CICS and DB2 are executives.

8. What is the usage of language in the PPT entry?
Language interface and call parameters

9. How do you handle errors in CICS programs?
Check EIBRESP after the call or use the HANDLE condition.

10. Can you use DYNAMIC calls in CICS?
Yes, the called routine must be defined in PPT and the calling program must use CALL identifier...
More Questions & Answers :-

1 comment: