CICS 面试题与答案
问题 1. What is CICS?
Customer Information Control System (CICS) is a transaction processing system designed for online processing.
这有帮助吗?
添加评论
查看评论
问题 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.
这有帮助吗?
添加评论
查看评论
问题 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.
这有帮助吗?
添加评论
查看评论
问题 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.
这有帮助吗?
添加评论
查看评论
问题 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.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容:
- 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?