CICS 면접 질문과 답변
Ques 1. What is CICS?
Customer Information Control System (CICS) is a transaction processing system designed for online processing.
도움이 되었나요?
Add Comment
View Comments
Ques 2. Explain the difference between XCTL and LINK commands in CICS.
XCTL transfers control to another program and does not return, while LINK transfers control and returns after execution.
도움이 되었나요?
Add Comment
View Comments
Ques 3. What is a BMS map in CICS?
Basic Mapping Support (BMS) map is used to define the layout of screens and messages in CICS applications.
도움이 되었나요?
Add Comment
View Comments
Ques 4. How do you define a transaction in CICS?
A CICS transaction is defined using a PCT (Program Control Table) entry, specifying program and transaction ID.
도움이 되었나요?
Add Comment
View Comments
Ques 5. What is a CICS pseudo-conversational program?
Pseudo-conversational programs simulate a conversational style by using the XCTL command to transfer control between transactions.
도움이 되었나요?
Add Comment
View Comments
Most helpful rated by users:
- What is a BMS map in CICS?
- What is CICS?
- Explain the concept of a CICS task.
- What is the purpose of the EIB in CICS?