What are the main topics in CICS to prepare for interview
purpose and for real time purpose?
Answer Posted / tej
Basic cics interview questions(theory) are usually based on
TSQ & TDQ
COMMAREA,Linkage Section,Addressability and usage of pointers
Different tables in CICS
Link and XCTL
Map definitions
Use of EIBCALEN
Common CICS abends
Initiating a transaction
Handling VSAM files
Abend handling
Memory handling (getmain)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Name at least one of the ways by which a transaction can be terminated?
Mention the content that is present inside a PPT ?
What does EIB mean in CICS?
Explain how do you access storage outside your cics program?
Explain the maps in cics?
What is cics load command?
What is the kcp in the cics?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
what is eib, how is can be used?
Explain the difference between link and xctl?
Give the definition of COMMAREA ?
Explain the difference between start and xctl?
Can you explain dfheiblk?
Specify cics transaction initiation process?